diff --git a/README.md b/README.md index 6dc03cc..59ca624 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,17 @@ $ composer require php-http/cakephp-adapter ## Testing +Start the development server using + ``` bash -$ composer test +vendor/bin/http_test_server ``` +Then run the test suite using + +``` bash +$ composer test +``` ## Contributing