From 7785e1ba1570b54f1115a78d36c58fc4f20ef424 Mon Sep 17 00:00:00 2001 From: Vincent Letourneau Date: Sat, 29 Jul 2017 11:25:21 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08a2221..37760d0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Docker running Nginx, PHP-FPM, Composer, MySQL and PHPMyAdmin. By this point we’ll have all the project pieces in place. -4. [Use Makefile](#use-makefile) `Recommended` +4. [Use Makefile](#use-makefile) When developing, you can use `Makefile` for doing recurrent operations. @@ -233,7 +233,7 @@ sudo docker exec -i $(sudo docker-compose ps -q php) php ./app/vendor/apigen/api ### Testing PHP application with PHPUnit ```sh -sudo docker exec -i $(sudo docker-compose ps -q php) app/vendor/bin/phpunit --colors=always --configuration app/ +sudo docker exec -i $(sudo docker-compose ps -q php) ./app/vendor/bin/phpunit --colors=always --configuration app/ ``` ### Handling database