From 8afe15f706df2512a828c9125201b6e43fb9f4a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=20Portugu=C3=A9s=20Calder=C3=B3?= Date: Sat, 13 Sep 2014 13:01:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b046af..c356654 100644 --- a/README.md +++ b/README.md @@ -1082,7 +1082,7 @@ To run the test suite, you need [Composer](http://getcomposer.org): ```bash php composer.phar install --dev - vendor/bin/phpunit + php bin/phpunit ```