summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAvi Goldman <avrahamymgoldman@gmail.com>2016-11-03 11:20:23 -0400
committerGitHub <noreply@github.com>2016-11-03 11:20:23 -0400
commitc54abe82f41d7a6f1b857adf4610d82dba020426 (patch)
tree17485cab151dab99019ad1a7b5c7585d4ff5babd /README.md
parent9c59ba20ff0214f7e4ab10dfd40f952104a1aecd (diff)
parent368bc7a6c7ae47e6258c5b959cca6d80aacf72ce (diff)
downloadphp-sparkpost-c54abe82f41d7a6f1b857adf4610d82dba020426.zip
php-sparkpost-c54abe82f41d7a6f1b857adf4610d82dba020426.tar.gz
php-sparkpost-c54abe82f41d7a6f1b857adf4610d82dba020426.tar.bz2
Merge pull request #156 from prometherion/patch-1
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2115cc3..dbfc55e 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ requiring a request library. This means that your application will need to pass
a request adapter to the constructor of the SparkPost Library. We use the [HTTPlug](https://github.com/php-http/httplug) in SparkPost. Please visit their repo for a list of supported [clients and adapters](http://docs.php-http.org/en/latest/clients.html). If you don't currently use a request library, you will
need to require one and create a client from it and pass it along. The example below uses the GuzzleHttp Client Library.
-An Client can be setup like so:
+A Client can be setup like so:
```php
<?php