File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Uses [GitHub API v3](http://developer.github.com/v3/) & supports [GitHub API v4]
26
26
27
27
Via [ Composer] ( https://getcomposer.org ) .
28
28
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.
30
30
31
31
``` bash
32
32
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
42
42
composer require knplabs/github-api:^3.0 symfony/http-client nyholm/psr7
43
43
```
44
44
45
- To set up the github client with this http client
45
+ To set up the Github client with this HTTP client
46
46
47
47
``` php
48
48
use Github\Client;
You can’t perform that action at this time.
0 commit comments