Fix typos in Readme.md.

GitOrigin-RevId: 49c016200c13e2927c661debce39a3443ab1eb32
This commit is contained in:
levlam 2018-01-02 16:37:12 +03:00
parent 71d03f39c3
commit a300c29d45
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ Boost Software License. See [LICENSE](http://www.boost.org/LICENSE_1_0.txt) for
* gperf
* CMake (3.0.2+)
* php (optional, for docs generation)
* doxygen (options, for docs generation)
* doxygen (optional, for docs generation)
<a name="build-cmake"></a>
### 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>
### Using `TDLib` from other languages
`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 of such usage.