From fbb4fe63e6c8a23f26e910ef6a672b7258962fbe Mon Sep 17 00:00:00 2001 From: Kubik-Rubik Date: Fri, 30 Oct 2015 17:02:58 +0100 Subject: [PATCH] Updated wording --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71d3708..1c8ff7a 100644 --- a/README.md +++ b/README.md @@ -45,14 +45,13 @@ Then run the command: $ composer install ``` -That will add all the dependencies for the testing of weblinks. You can then run the command: +You can then run the following command to start the tests: ```bash -$ php.exe vendor/codeception/codeception/codecept build $ vendor/bin/robo run:tests ``` -Once all tests are executed, you may also run a specific test: +Once all tests were executed, you may also run a specific test: ```bash $ vendor/bin/robo run:test // Then select the test you want to run!