aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-09-19 16:01:18 +0300
committerlevlam <levlam@telegram.org>2025-09-19 16:01:18 +0300
commit369ee922b45bfa7e8da357e4d62e93925862d86d (patch)
treea5c3fe36df74e7fa130ea1046f9e663b65520e5a /example
parentcebf0b76982f2e42421439cc3a146eb5f234ee01 (diff)
Remove trailing spaces.
Diffstat (limited to 'example')
-rw-r--r--example/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/README.md b/example/README.md
index 113576143..0fbf0f3f6 100644
--- a/example/README.md
+++ b/example/README.md
@@ -200,7 +200,7 @@ See [erl-tdlib](https://github.com/lattenwald/erl-tdlib) for an example of TDLib
<a name="php"></a>
## Using TDLib in PHP projects
-If you use modern PHP >= 7.4, you can use TDLib via a PHP FFI extension.
+If you use modern PHP >= 7.4, you can use TDLib via a PHP FFI extension.
For example, take a look at [ffi-tdlib](https://github.com/aurimasniekis/php-ffi-tdlib), [tdlib-php-ffi](https://github.com/thisismzm/tdlib-php-ffi), or [tdjson_example](https://github.com/tdlib/td/pull/3444/files) - FFI-based TDLib wrappers.
See also [tdlib-schema](https://github.com/aurimasniekis/php-tdlib-schema) - a generator for TDLib API classes.