From f079e7bce61e9fbd5c4dd8f2cf0911ec8d6ab0d6 Mon Sep 17 00:00:00 2001 From: Dmitry Khomutov Date: Sun, 18 Oct 2015 18:38:40 +0600 Subject: [PATCH] Small README fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85d4713..505d44a 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Tests You can run the unit tests with the following commands: ```bash -cd path/to/nameless-debug +cd path/to/nameless-utilities ./vendor/bin/phpunit -c ./phpunit.xml ```