Fixed a typo in README.md

This commit is contained in:
azeezy 2018-01-23 14:37:59 +05:00 committed by Aliaksei Levin
parent f0acd8e340
commit 86dd368132
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ See [example/java](https://github.com/tdlib/td/tree/master/example/java) for exa
<a name="using-json"></a>
## Using from other programming 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 bindinds. See
But for most use cases we suggest to use the JSON interface. It can be easily used with any language that supports C bindings. See
[example/python/tdjson_example.py](https://github.com/tdlib/td/tree/master/example/python/tdjson_example.py) for an
example of such usage.