Skip to content

Commit

Permalink
Merge pull request #164 from royopa/patch-1
Browse files Browse the repository at this point in the history
addex how to install with composer
  • Loading branch information
rmccue committed Apr 19, 2016
2 parents b998001 + 9847bf5 commit ded26ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -58,6 +58,12 @@ Installation
If you're using [Composer](https://github.com/composer/composer) to manage
dependencies, you can add Requests with it.

```sh
composer require rmccue/requests
```

or

{
"require": {
"rmccue/requests": ">=1.0"
Expand Down

0 comments on commit ded26ed

Please sign in to comment.