This commit is contained in:
Daniil Gentili 2018-08-01 08:08:25 +00:00
parent 3f05840fe0
commit 1604ea5e43
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ There are various ways to install MadelineProto:
```php
<?php
if (!file_exists('madeline.php')) {
copy('https://phar.madelineproto.xyz', 'madeline.php');
copy('https://phar.madelineproto.xyz/madeline.php', 'madeline.php');
}
require_once 'madeline.php';
```