Update README.md

This commit is contained in:
Daniil Gentili 2022-05-03 12:53:20 +02:00 committed by GitHub
parent f2de8d0c14
commit 0fca610a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@
This website contains the [MadelineProto](https://madelineproto.xyz) easy installer.
## Usage:
Download [madeline.php](https://phar.madelineproto.xyz/madeline.php), and include it in your script:
```
if (!file_exists('madeline.php')) {
copy('https://phar.madelineproto.xyz/madeline.php', 'madeline.php');