summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Wilson <github@yepher.com>2015-11-20 10:54:59 -0600
committerChris Wilson <github@yepher.com>2015-11-20 10:54:59 -0600
commit971c0115560c7b5223d82f37f4a0cf8a35af1e03 (patch)
tree536a83f26f2eab7302b2d3e6ba11a7b4be9a1924
parentf41fa7435a84bd8faa09951ca94147bbab049f22 (diff)
downloadphp-sparkpost-971c0115560c7b5223d82f37f4a0cf8a35af1e03.zip
php-sparkpost-971c0115560c7b5223d82f37f4a0cf8a35af1e03.tar.gz
php-sparkpost-971c0115560c7b5223d82f37f4a0cf8a35af1e03.tar.bz2
Fixes typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4e1ee25..c8ea169 100644
--- a/README.md
+++ b/README.md
@@ -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.