From 18e4ffcb4311ac15f0080c01ab71b7f32b98d139 Mon Sep 17 00:00:00 2001 From: Mariano Custiel Date: Thu, 3 Mar 2016 21:16:00 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9544b96..f10c962 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ This project is published in packagist, so you just need to add it as a dependen ```json "require": { - // ... "mcustiel/phiremock": "*" } ``` @@ -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:**