Skip to content

Commit

Permalink
corrected the install info
Browse files Browse the repository at this point in the history
  • Loading branch information
caseysoftware committed Oct 15, 2015
1 parent 81a0657 commit 3f3381f
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 @@ -19,15 +19,15 @@ The recommended way to install the Marvel library is through [Composer](http://g
curl -sS https://getcomposer.org/installer | php

# Add the library as a dependency
php composer.phar require caseysoftware/marvel-php ~1.1
php composer.phar require caseysoftware/marvel-helper ~1.1
```

or alternatively, you can add it directly to your `composer.json` file.

```json
{
"require": {
"caseysoftware/marvel-php": "~1.1"
"caseysoftware/marvel-helper": "~1.1"
}
}
```
Expand Down

0 comments on commit 3f3381f

Please sign in to comment.