Skip to content

Commit c54abe8

Browse files
authored
Merge pull request #156 from prometherion/patch-1
Update README.md
2 parents 9c59ba2 + 368bc7a commit c54abe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ requiring a request library. This means that your application will need to pass
5151
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
5252
need to require one and create a client from it and pass it along. The example below uses the GuzzleHttp Client Library.
5353

54-
An Client can be setup like so:
54+
A Client can be setup like so:
5555

5656
```php
5757
<?php

0 commit comments

Comments
 (0)