summaryrefslogtreecommitdiff
path: root/protocols/Telegram/tdlib/td/example/cpp/README.md
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-11-30 17:48:47 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-11-30 17:48:47 +0300
commit0ece30dc7c0e34b4c5911969b8fa99c33c6d023c (patch)
tree671325d3fec09b999411e4e3ab84ef8259261818 /protocols/Telegram/tdlib/td/example/cpp/README.md
parent46c53ffc6809c67e4607e99951a2846c382b63b2 (diff)
Telegram: update for TDLIB
Diffstat (limited to 'protocols/Telegram/tdlib/td/example/cpp/README.md')
-rw-r--r--protocols/Telegram/tdlib/td/example/cpp/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Telegram/tdlib/td/example/cpp/README.md b/protocols/Telegram/tdlib/td/example/cpp/README.md
index 9e5de531ba..1658ade6fc 100644
--- a/protocols/Telegram/tdlib/td/example/cpp/README.md
+++ b/protocols/Telegram/tdlib/td/example/cpp/README.md
@@ -1,4 +1,4 @@
-# TDLib cpp basic usage examples
+# TDLib C++ basic usage examples
TDLib should be prebuilt and installed to local subdirectory `td/`:
```
@@ -21,4 +21,4 @@ cmake --build .
Documentation for all available classes and methods can be found at https://core.telegram.org/tdlib/docs.
-To run `tdjson_example` you may need to manually copy a `tdjson` shared library from `td/bin` to a directory containing built binaries.
+To run the examples you may need to manually copy needed shared libraries from `td/bin` to a directory containing built binaries.