Skip to content

Commit 707d555

Browse files
committed
Better Composer instructions
1 parent 2ec1837 commit 707d555

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ Requires PHP 5.3 and a pulse. Abstraction is for chimps.
1010
Installation
1111
------------
1212

13-
You can install the mailchimp-api using Composer. Just add the following to your composer.json:
13+
You can install the mailchimp-api using Composer:
1414

15-
{
16-
"require": {
17-
"drewm/mailchimp-api": "dev-master"
18-
}
19-
}
15+
```
16+
composer require drewm/mailchimp-api
17+
```
2018

2119
You will then need to:
2220
* run ``composer install`` to get these dependencies added to your vendor directory

0 commit comments

Comments
 (0)