Skip to content

Commit

Permalink
Tweaked docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Apr 2, 2016
1 parent d1a9bd9 commit 10c1656
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ You then need to install **one** of the following:
```bash
$ php composer.phar require kriswallsmith/buzz:~0.10
$ php composer.phar require guzzle/guzzle:~3.7
$ php composer.phar require guzzlehttp/guzzle:~5.0|~6.0
$ php composer.phar require guzzlehttp/guzzle:~5.0
$ php composer.phar require guzzlehttp/guzzle:~6.0
```

Or edit `composer.json` and add:
Expand All @@ -48,7 +49,8 @@ And then add **one** of the following:
"require": {
"kriswallsmith/buzz": "~0.10",
"guzzle/guzzle": "~3.7",
"guzzlehttp/guzzle": "~5.0|~6.0"
"guzzlehttp/guzzle": "~5.0",
"guzzlehttp/guzzle": "~6.0"
}
}
```
Expand Down

0 comments on commit 10c1656

Please sign in to comment.