Fix test script examples in README

This commit is contained in:
James Conroy-Finn 2012-07-27 17:12:58 +02:00 committed by Mislav Marohnić
parent b6a636bddd
commit 6062767799

View File

@ -183,10 +183,10 @@ automatically starts a test server in background. Only tests in
``` sh
# run the whole suite
$ script/server
$ script/test
# run only specific files
$ script/server excon typhoeus
$ script/test excon typhoeus
```
We will accept middleware that: