diff --git a/ton/README.md b/ton/README.md index 5161aee3..10e2bb6f 100644 --- a/ton/README.md +++ b/ton/README.md @@ -12,7 +12,7 @@ For a **fully separate and standalone** pure JS client-side implementation of th ## Instantiation -``` +```php use danog\MadelineProto\TON\API; $API = new API( @@ -26,7 +26,7 @@ $API = new API( ## Usage -``` +```php $API->async(true); $API->loop( function () use ($API) {