From a300c29d45df8033254a6750536e34ab69131cb0 Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 2 Jan 2018 16:37:12 +0300 Subject: [PATCH] Fix typos in Readme.md. GitOrigin-RevId: 49c016200c13e2927c661debce39a3443ab1eb32 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.