Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Nov 30, 2017
1 parent ae89d65 commit 42f316d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ called HTTPlug. This will give you the flexibility to choose what PSR-7 implemen
If you just want to get started quickly you should run the following command:

```bash
php composer.phar require stampie/stampie php-http/curl-client php-http/message guzzlehttp/psr7
composer require stampie/stampie php-http/curl-client php-http/message guzzlehttp/psr7
```

### Why requiring so many packages?
Expand All @@ -69,7 +69,6 @@ We also need **a** PSR-7 implementation and **a** message factory.
You do not have to use the `php-http/curl-client` if you do not want to. You may use the `php-http/guzzle6-adapter` or any
other library in [this list](https://packagist.org/providers/php-http/client-implementation).
Read more about the virtual packages, why this is a good idea and about the flexibility it brings at the [HTTPlug docs](http://docs.php-http.org/en/latest/httplug/users.html).
=======

## Documentation

Expand Down

0 comments on commit 42f316d

Please sign in to comment.