From 930bb9817062b5d233db984c9d7da47447e22967 Mon Sep 17 00:00:00 2001 From: Joseph Ruscio Date: Sun, 10 Apr 2011 16:02:22 -0700 Subject: [PATCH] fix formatting in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a0a975..445b328 100644 --- a/README.md +++ b/README.md @@ -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