Fixed a typo in README.md
This commit is contained in:
parent
f0acd8e340
commit
86dd368132
@ -118,7 +118,7 @@ See [example/java](https://github.com/tdlib/td/tree/master/example/java) for exa
|
|||||||
<a name="using-json"></a>
|
<a name="using-json"></a>
|
||||||
## Using from other programming languages
|
## Using from other programming 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 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/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