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';
```
@ -103,4 +103,4 @@ Then you can require the package by addding the following line to the require se
"danog/madelineproto":"dev-master"
```
<a href="https://docs.madelineproto.xyz/docs/UPDATES.html">Next section</a>
<a href="https://docs.madelineproto.xyz/docs/UPDATES.html">Next section</a>