From 2a44a0f357ce3822c582a4bc9d972b7c9c2101f9 Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 11 Mar 2022 13:46:45 +0300 Subject: [PATCH] Add G graphical programming language to build.html. --- build.html | 2 ++ example/README.md | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build.html b/build.html index a3a7fd4cc..e89b05029 100644 --- a/build.html +++ b/build.html @@ -207,6 +207,7 @@ + @@ -384,6 +385,7 @@ function getExampleAnchor(language) { case 'D': case 'Elixir': case 'C': + case 'G': return language.toLowerCase(); case 'Object Pascal': return 'object-pascal'; diff --git a/example/README.md b/example/README.md index 5e1059a3f..e6d7735a8 100644 --- a/example/README.md +++ b/example/README.md @@ -34,7 +34,7 @@ Choose your preferred programming language to see examples of usage and a detail - [Elixir](#elixir) - [1ะก](#1s) - [C](#c) -- [LabVIEW](#labview) +- [G](#g) - [Other](#other) @@ -285,10 +285,10 @@ TDLib can be used from the C programming language through the [JSON](https://git You can also try to use our [C](https://github.com/tdlib/td/blob/master/td/telegram/td_c_client.h) client, which was used by the private TDLib-based version of [telegram-cli](https://github.com/vysheng/tg). - -## Using TDLib from LabVIEW projects + +## Using TDLib from G projects -TDLib can be used from the LabVIEW programming language. +TDLib can be used from the G graphical programming language in LabVIEW development environment. See [TDLib bindings for LabVIEW](https://github.com/IvanLisRus/Telegram-Client_TDLib) for examples of such usage.