diff options
author | nornholdj <nornholdj@gmail.com> | 2014-10-30 16:06:21 -0400 |
---|---|---|
committer | nornholdj <nornholdj@gmail.com> | 2014-10-30 16:06:21 -0400 |
commit | de407ac8bf029e85278eaeb683e6f86c6a11c097 (patch) | |
tree | 7d8b5eb31eaa5c65346dd4c7e909aff2c55bbbda | |
parent | 68332a6b86a6888adb74533f40b7355b254c4cc8 (diff) | |
download | php-sparkpost-de407ac8bf029e85278eaeb683e6f86c6a11c097.zip php-sparkpost-de407ac8bf029e85278eaeb683e6f86c6a11c097.tar.gz php-sparkpost-de407ac8bf029e85278eaeb683e6f86c6a11c097.tar.bz2 |
MA-946 #time fixed issue in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |