summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornornholdj <nornholdj@gmail.com>2014-10-30 16:06:21 -0400
committernornholdj <nornholdj@gmail.com>2014-10-30 16:06:21 -0400
commitde407ac8bf029e85278eaeb683e6f86c6a11c097 (patch)
tree7d8b5eb31eaa5c65346dd4c7e909aff2c55bbbda
parent68332a6b86a6888adb74533f40b7355b254c4cc8 (diff)
downloadphp-sparkpost-de407ac8bf029e85278eaeb683e6f86c6a11c097.zip
php-sparkpost-de407ac8bf029e85278eaeb683e6f86c6a11c097.tar.gz
php-sparkpost-de407ac8bf029e85278eaeb683e6f86c6a11c097.tar.bz2
MA-946 #time fixed issue in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c74da3c..c270994 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ try {
## Tips and Tricks
### General
-* You _must_ provide at least an API key when instantiating the SparkPost Library - `{ key: '184ac5480cfdd2bb2859e4476d2e5b1d2bad079bf' }`
+* You _must_ provide at least an API key when instantiating the SparkPost Library - `[ 'key'=>'184ac5480cfdd2bb2859e4476d2e5b1d2bad079bf' ]`
* The SDK's features are namespaced under the various SparkPost API names.
* There are two ways to provide values to each namespace of the SDK:
- On instantiation, you pass in a well-formed object (See examples).