docufix
This commit is contained in:
parent
3f05840fe0
commit
1604ea5e43
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user