This commit is contained in:
Daniil Gentili 2018-08-01 08:08:25 +00:00
parent 3f05840fe0
commit 1604ea5e43

View File

@ -18,7 +18,7 @@ There are various ways to install MadelineProto:
```php ```php
<?php <?php
if (!file_exists('madeline.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'; 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" "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>