diff options
Diffstat (limited to 'protocols/Telegram/tdlib/td/example/cpp/README.md')
-rw-r--r-- | protocols/Telegram/tdlib/td/example/cpp/README.md | 4 |
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. |