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.