diff --git a/README.md b/README.md
index dfab2dda..4f614aea 100644
--- a/README.md
+++ b/README.md
@@ -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.
## License
diff --git a/example/README.md b/example/README.md
index bd8bd65d..6b7ffb77 100644
--- a/example/README.md
+++ b/example/README.md
@@ -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
@@ -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.
-## 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#.
@@ -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.
-## 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.
@@ -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.
-## Using in Elixir projects
+## Using TDLib in Elixir projects
TDLib can be used from the Elixir programming language.