From 5a3577e319467965da5cd3b60bb890b7fc1f9337 Mon Sep 17 00:00:00 2001 From: ekta-slt Date: Wed, 22 Aug 2018 10:56:37 +0530 Subject: [PATCH] Modify installation in readme --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 02cd6836..e86a2ff3 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,6 @@ Further do: * run ``composer install`` to get these dependencies added to your vendor directory * add the autoloader to your application with this line: ``require("vendor/autoload.php")`` -### Manual Installation - -Download the files and include `autoload.php`: - -```php - require_once('/path/to/APIv3-php-library/vendor/autoload.php'); -``` ## Tests