Skip to content

Commit 9eb9ebb

Browse files
authored
minor #920 fix typo (michielkempen)
This PR was merged into the 3.0.x-dev branch. Discussion ---------- Commits ------- d6f66f9 fix typo
2 parents c6e60d3 + d6f66f9 commit 9eb9ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ composer require knplabs/github-api:^3.0 guzzlehttp/guzzle:^7.0.1 http-interop/h
4242
### Laravel 6+:
4343

4444
```bash
45-
composer require graham-campbell/github^10.0 guzzlehttp/guzzle:^7.0.1 http-interop/http-factory-guzzle:^1.0
45+
composer require graham-campbell/github:^10.0 guzzlehttp/guzzle:^7.0.1 http-interop/http-factory-guzzle:^1.0
4646
```
4747

4848
We are decoupled from any HTTP messaging client with help by [HTTPlug](http://httplug.io). Read about clients in our [docs](doc/customize.md). [graham-campbell/github](https://github.com/GrahamCampbell/Laravel-GitHub) is by [Graham Campbell](https://github.com/GrahamCampbell).

0 commit comments

Comments
 (0)