diff options
author | Avi Goldman <avrahamymgoldman@gmail.com> | 2016-06-23 09:43:56 -0400 |
---|---|---|
committer | Avi Goldman <avrahamymgoldman@gmail.com> | 2016-06-23 09:43:56 -0400 |
commit | f79318aeea95c0ce7fb8d5ef376a2b0b97f3c140 (patch) | |
tree | 60c4073730c4870404717d2ed3b152bc899371c1 /examples/bootstrap.php | |
parent | fda0a912a79ef6a7e5ea95123bd305fb712f80db (diff) | |
download | php-sparkpost-f79318aeea95c0ce7fb8d5ef376a2b0b97f3c140.zip php-sparkpost-f79318aeea95c0ce7fb8d5ef376a2b0b97f3c140.tar.gz php-sparkpost-f79318aeea95c0ce7fb8d5ef376a2b0b97f3c140.tar.bz2 |
fixed examples, and small details
Diffstat (limited to 'examples/bootstrap.php')
-rw-r--r-- | examples/bootstrap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bootstrap.php b/examples/bootstrap.php index 2085888..1110ed3 100644 --- a/examples/bootstrap.php +++ b/examples/bootstrap.php @@ -2,6 +2,6 @@ require_once dirname(__FILE__).'/../vendor/autoload.php'; -//pull in API key config +//pull in library options $optionsFile = file_get_contents(dirname(__FILE__).'/example-options.json'); $options = json_decode($optionsFile, true); |