Skip to content

Commit

Permalink
Merge pull request #155 from freekmurze/patch-2
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
drewm committed Dec 21, 2016
2 parents e50a383 + eccab2a commit 5b10917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ $result = $MailChimp->get('lists');
print_r($result);
```

Subscribe someone to a list (with a `post` to the `list/{listID}/members` method):
Subscribe someone to a list (with a `post` to the `lists/{listID}/members` method):

```php
$list_id = 'b1234346';
Expand Down

0 comments on commit 5b10917

Please sign in to comment.