Skip to content

Commit

Permalink
Fix test script examples in README
Browse files Browse the repository at this point in the history
  • Loading branch information
James Conroy-Finn authored and mislav committed Aug 12, 2012
1 parent c23f9ea commit ccafd33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ccafd33

Please sign in to comment.