Skip to content

Commit ce575ad

Browse files
committed
readme updates
1 parent e9cf6db commit ce575ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ $mailchimp
145145
->get();
146146
```
147147

148-
Alternatively in place of providing an md5 hash as the identifier to the `members()` function you can also simply provide the email address as a string and this library will do the hashing for you. Like this:
148+
Alternatively, in place of providing an md5 hash as the identifier to the `members()` function you can provide a contact's email address as a string and this library will do the hashing for you. Like this:
149149

150150
```php
151151
$mailchimp

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"authors": [
66
{
77
"name": "John Hutcheson",
8-
"email": "hutch@theresearchgroup.io"
8+
"email": "hutch@theresearchgrp.com"
99
}
1010
],
1111
"autoload":{

0 commit comments

Comments
 (0)