Skip to content

Commit

Permalink
Minor README fixes.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 73c558434063ef39853b0317faf5c2f79ddc138f
  • Loading branch information
levlam committed Sep 5, 2018
1 parent 5c4cdf6 commit 6eeb441
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ See [td_json_client](https://core.telegram.org/tdlib/docs/td__json__client_8h.ht
the [td_api.tl](https://github.com/tdlib/td/blob/master/td/generate/scheme/td_api.tl) scheme or the automatically generated [HTML documentation](https://core.telegram.org/tdlib/docs/td__api_8h.html) for a list of
all available `TDLib` [methods](https://core.telegram.org/tdlib/docs/classtd_1_1td__api_1_1_function.html) and [classes](https://core.telegram.org/tdlib/docs/classtd_1_1td__api_1_1_object.html).

See [example/python/tdjson_example.py](https://github.com/tdlib/td/tree/master/example/python/tdjson_example.py) and [example/ruby/example.rb](https://github.com/tdlib/td/tree/master/example/ruby/example.rb) for an example of such usage.
See [example/python/tdjson_example.py](https://github.com/tdlib/td/tree/master/example/python/tdjson_example.py) and [example/ruby/example.rb](https://github.com/tdlib/td/tree/master/example/ruby/example.rb) for examples of such usage.

<a name="license"></a>
## License
Expand Down
8 changes: 4 additions & 4 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#TDLib usage and build examples
# TDLib usage and build examples

This directory contains basic examples of TDLib usage from different programming languages and examples of library building for different platforms.
If you are looking for documentation of all available TDLib methods, see the [td_api.tl](https://github.com/tdlib/td/blob/master/td/generate/scheme/td_api.tl) scheme or the
Expand Down Expand Up @@ -76,7 +76,7 @@ To use TDLib to create Android Java applications, use our [prebuilt library for
You can also see [JTDLib](https://github.com/ErnyTech/JTDLib) for another example of Java wrapper for TDLib.

<a name="csharp"></a>
## Using in C# projects
## Using TDLib in C# projects

TDLib provides a native [.NET](https://github.com/tdlib/td#using-dotnet) interface through `C++/CLI` and `C++/CX`.
See [example/uwp](https://github.com/tdlib/td/tree/master/example/uwp) for an example of building TDLib SDK for the Universal Windows Platform and an example of its usage from C#.
Expand Down Expand Up @@ -129,7 +129,7 @@ See [tdlua](https://github.com/giuseppeM99/tdlua) or [tdlua](https://github.com/
See also [tdbot](https://github.com/vysheng/tdbot), which makes all TDLib features available from Lua scripts.

<a name="D"></a>
## Using in D projects
## Using TDLib in D projects

TDLib can be used from the D programming language through the [JSON](https://github.com/tdlib/td#using-json) interface.

Expand All @@ -144,7 +144,7 @@ See [tdlib-ruby](https://github.com/centosadmin/tdlib-ruby) for examples of Ruby
See [example/ruby](https://github.com/tdlib/td/tree/master/example/ruby) for an example of logging in to Telegram using TDLib and `tdlib-ruby` gem.

<a name="Elixir"></a>
## Using in Elixir projects
## Using TDLib in Elixir projects

TDLib can be used from the Elixir programming language.

Expand Down

0 comments on commit 6eeb441

Please sign in to comment.