Skip to content

Commit 467a9d5

Browse files
authored
Fix up typos
1 parent 0442abd commit 467a9d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Uses [GitHub API v3](http://developer.github.com/v3/) & supports [GitHub API v4]
2626

2727
Via [Composer](https://getcomposer.org).
2828

29-
This command will get you up and running quickly with a guzzle http client.
29+
This command will get you up and running quickly with a Guzzle HTTP client.
3030

3131
```bash
3232
composer require knplabs/github-api:^3.0 guzzlehttp/guzzle:^7.0.1 http-interop/http-factory-guzzle:^1.0
@@ -42,7 +42,7 @@ We are decoupled from any HTTP messaging client with help by [HTTPlug](https://h
4242
composer require knplabs/github-api:^3.0 symfony/http-client nyholm/psr7
4343
```
4444

45-
To set up the github client with this http client
45+
To set up the Github client with this HTTP client
4646

4747
```php
4848
use Github\Client;

0 commit comments

Comments
 (0)