Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix formatting in README
  • Loading branch information
josephruscio committed Apr 10, 2011
1 parent 8a9d064 commit 930bb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -95,7 +95,7 @@ e.g.
## Debugging
The point of unit tests is to surface and fix defects and/or regressions in your code
in the lab rather than than in production. When your tests fail you can include
:debug => true` to instruct `rack-rest-test` to verbosely log to STDOUT the individual
`:debug => true` to instruct `rack-rest-test` to verbosely log to STDOUT the individual
HTTP requests it's performing and the results of each.

## Pagination
Expand Down

0 comments on commit 930bb98

Please sign in to comment.