diff options
| author | levlam <levlam@telegram.org> | 2023-01-02 15:38:04 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-01-02 15:38:04 +0300 |
| commit | 903d9947999f6298ff7f83987a4b6cc816f92e3a (patch) | |
| tree | d4ac34af9009ece932ecf3eb487603b16cd64547 /example/swift | |
| parent | 8b763bedafb3919040af6ce95906c4f6d80f2655 (diff) | |
Improve punctuation.
Diffstat (limited to 'example/swift')
| -rw-r--r-- | example/swift/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/swift/README.md b/example/swift/README.md index 7c57dcf64..ab7d85500 100644 --- a/example/swift/README.md +++ b/example/swift/README.md @@ -9,7 +9,7 @@ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=../example/swift/td cmake --build . --target install ``` -Then you can open and build the example with the latest Xcode. +After this you can open and build the example with the latest Xcode. Description of all available classes and methods can be found at [td_json_client](https://core.telegram.org/tdlib/docs/td__json__client_8h.html) and [td_api](https://core.telegram.org/tdlib/docs/td__api_8h.html) documentation. |
