From 0fca610a3d21f31d117fd7472636b051aa1a4d35 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 3 May 2022 12:53:20 +0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1b2ac5e..ac30e51 100644 --- a/README.md +++ b/README.md @@ -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');