We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec1837 commit 707d555Copy full SHA for 707d555
1 file changed
README.md
@@ -10,13 +10,11 @@ Requires PHP 5.3 and a pulse. Abstraction is for chimps.
10
Installation
11
------------
12
13
-You can install the mailchimp-api using Composer. Just add the following to your composer.json:
+You can install the mailchimp-api using Composer:
14
15
- {
16
- "require": {
17
- "drewm/mailchimp-api": "dev-master"
18
- }
19
+```
+composer require drewm/mailchimp-api
20
21
You will then need to:
22
* run ``composer install`` to get these dependencies added to your vendor directory
0 commit comments