diff options
author | Avi Goldman <avrahamymgoldman@gmail.com> | 2016-06-24 15:31:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-24 15:31:32 -0400 |
commit | f94881b953ee102fa4bf976754c1917281c6bde6 (patch) | |
tree | 519727b517a5c1e6c1a8427626331d7f20649207 /examples | |
parent | 12f363bb1f99891fb4b105009d20c596c35c87ae (diff) | |
download | php-sparkpost-f94881b953ee102fa4bf976754c1917281c6bde6.zip php-sparkpost-f94881b953ee102fa4bf976754c1917281c6bde6.tar.gz php-sparkpost-f94881b953ee102fa4bf976754c1917281c6bde6.tar.bz2 |
Rewrote docs and updated composer name (#123)
* made changes to readme.md and composer.json
* switched bold to header
* updated README.md
* made review changes
* small change to wording
* another small wording change
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example-options.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/example-options.json b/examples/example-options.json new file mode 100644 index 0000000..a41b608 --- /dev/null +++ b/examples/example-options.json @@ -0,0 +1,3 @@ +{ + "key":"YOUR_API_KEY" +} |