diff --git a/README.md b/README.md index a0d80c9be..370003100 100644 --- a/README.md +++ b/README.md @@ -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) ### Build with CMake @@ -89,7 +89,7 @@ See [example/cpp/CMakeLists.txt](https://github.com/tdlib/td/tree/master/example ### 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.