From 950a0e205d9edc2cbebdef47756c64e5d5007475 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 23 Dec 2019 16:21:52 +0100 Subject: [PATCH] Update README.md --- ton/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {