Fix typos in Readme.md.
GitOrigin-RevId: 49c016200c13e2927c661debce39a3443ab1eb32
This commit is contained in:
parent
71d03f39c3
commit
a300c29d45
@ -50,7 +50,7 @@ Boost Software License. See [LICENSE](http://www.boost.org/LICENSE_1_0.txt) for
|
|||||||
* gperf
|
* gperf
|
||||||
* CMake (3.0.2+)
|
* CMake (3.0.2+)
|
||||||
* php (optional, for docs generation)
|
* php (optional, for docs generation)
|
||||||
* doxygen (options, for docs generation)
|
* doxygen (optional, for docs generation)
|
||||||
|
|
||||||
<a name="build-cmake"></a>
|
<a name="build-cmake"></a>
|
||||||
### Build with CMake
|
### Build with CMake
|
||||||
@ -89,7 +89,7 @@ See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/tree/master/example
|
|||||||
<a name="using-json"></a>
|
<a name="using-json"></a>
|
||||||
### Using `TDLib` from other languages
|
### Using `TDLib` from other languages
|
||||||
`TDLib` provides efficient native C++, Java, and C# (will be released soon) interfaces.
|
`TDLib` provides efficient native C++, Java, and C# (will be released soon) interfaces.
|
||||||
But for most use cases we suggest to use the JSON interface. It can be easily used with any language that supports C binginds. See
|
But for most use cases we suggest to use the JSON interface. It can be easily used with any language that supports C bindinds. See
|
||||||
[example/python/tdjson_example.py](https://github.com/tdlib/td/tree/master/example/python/tdjson_example.py) for an
|
[example/python/tdjson_example.py](https://github.com/tdlib/td/tree/master/example/python/tdjson_example.py) for an
|
||||||
example of such usage.
|
example of such usage.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user