Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcustiel committed Mar 3, 2016
1 parent be4ccc1 commit 18e4ffc
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 @@ -10,7 +10,6 @@ This project is published in packagist, so you just need to add it as a dependen

```json
"require": {
// ...
"mcustiel/phiremock": "*"
}
```
Expand Down Expand Up @@ -38,7 +37,7 @@ First of all you need to setup the config for the different environments for you
Run your phiremock service using it's cli command:

```bash
./bin/phiremock -p 8088 -i 0.0.0.0
./vendor/bin/phiremock -p 8088 -i 0.0.0.0
```

**Cli arguments:**
Expand Down

0 comments on commit 18e4ffc

Please sign in to comment.