Skip to content

Commit dc38570

Browse files
authored
Merge pull request #58 from sendinblue/update-readme
Modify installation in readme
2 parents 642949d + 5a3577e commit dc38570

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ Further do:
2929
* run ``composer install`` to get these dependencies added to your vendor directory
3030
* add the autoloader to your application with this line: ``require("vendor/autoload.php")``
3131

32-
### Manual Installation
33-
34-
Download the files and include `autoload.php`:
35-
36-
```php
37-
require_once('/path/to/APIv3-php-library/vendor/autoload.php');
38-
```
3932

4033
## Tests
4134

0 commit comments

Comments
 (0)