Skip to content

Commit

Permalink
Fix up typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored May 23, 2021
1 parent 0442abd commit 467a9d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Uses [GitHub API v3](http://developer.github.com/v3/) & supports [GitHub API v4]

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

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

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

To set up the github client with this http client
To set up the Github client with this HTTP client

```php
use Github\Client;
Expand Down

0 comments on commit 467a9d5

Please sign in to comment.