diff options
author | Chris Wilson <github@yepher.com> | 2015-11-20 10:54:59 -0600 |
---|---|---|
committer | Chris Wilson <github@yepher.com> | 2015-11-20 10:54:59 -0600 |
commit | 971c0115560c7b5223d82f37f4a0cf8a35af1e03 (patch) | |
tree | 536a83f26f2eab7302b2d3e6ba11a7b4be9a1924 | |
parent | f41fa7435a84bd8faa09951ca94147bbab049f22 (diff) | |
download | php-sparkpost-971c0115560c7b5223d82f37f4a0cf8a35af1e03.zip php-sparkpost-971c0115560c7b5223d82f37f4a0cf8a35af1e03.tar.gz php-sparkpost-971c0115560c7b5223d82f37f4a0cf8a35af1e03.tar.bz2 |
Fixes typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ try { ## Tips and Tricks ### General * You _must_ provide at least an API key when instantiating the SparkPost Library - `[ 'key'=>'184ac5480cfdd2bb2859e4476d2e5b1d2bad079bf' ]` -* The Libraries features are namespaced under the various SparkPost API names. +* The library's features are namespaced under the various SparkPost API names. ### Transmissions * If you specify a stored recipient list and inline recipients in a Transmission, you will receive an error. |