Update README.md.
GitOrigin-RevId: ae3013a4fc17faab1265b26dfe5373741b8c25dd
This commit is contained in:
parent
5cd79ae8ec
commit
4fc2a51357
@ -22,7 +22,7 @@ TDLib (Telegram Database library) is a cross-platform library for building [Tele
|
||||
* **Cross-platform**: `TDLib` can be used on Android, iOS, Windows, macOS, Linux, Windows Phone, WebAssembly, watchOS, tvOS, Tizen, Cygwin. It should also work on other *nix systems with or without minimal effort.
|
||||
* **Multilanguage**: `TDLib` can be easily used with any programming language that is able to execute C functions. Additionally it already has native Java (using `JNI`) bindings and .NET (using `C++/CLI` and `C++/CX`) bindings.
|
||||
* **Easy to use**: `TDLib` takes care of all network implementation details, encryption and local data storage.
|
||||
* **High-performance**: in the [Telegram Bot API](https://core.telegram.org/bots/api), each `TDLib` instance handles more than 19000 active bots simultaneously.
|
||||
* **High-performance**: in the [Telegram Bot API](https://core.telegram.org/bots/api), each `TDLib` instance handles more than 20000 active bots simultaneously.
|
||||
* **Well-documented**: all `TDLib` API methods and public interfaces are fully documented.
|
||||
* **Consistent**: `TDLib` guarantees that all updates are delivered in the right order.
|
||||
* **Reliable**: `TDLib` remains stable on slow and unreliable Internet connections.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# TDLib cpp basic usage examples
|
||||
# TDLib C++ basic usage examples
|
||||
|
||||
TDLib should be prebuilt and installed to local subdirectory `td/`:
|
||||
```
|
||||
|
@ -1,4 +1,4 @@
|
||||
# TDLib swift MacOS example
|
||||
# TDLib swift macOS example
|
||||
|
||||
TDLib should be prebuilt and installed to local subdirectory `td/`:
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user