From b0d77d192905492f182d1ce98af28592fd9b477b Mon Sep 17 00:00:00 2001 From: Guilherme Berger Date: Mon, 29 Jul 2013 17:15:42 -0300 Subject: [PATCH] Update README to fix header number --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 4927e0e..5b6fbbd 100644 --- a/README.markdown +++ b/README.markdown @@ -122,7 +122,7 @@ Now that you've defined some test responses and installed the mock, you need to Now for all the specs in this example group, whenever an Ajax response is sent, it will use the `TestResponses.search.success` object defined in your test responses to build the XMLHttpRequest object. -### 4. Inspect Ajax requests ### +### 5. Inspect Ajax requests ### Putting it all together, you can install the mock, pass some spies as callbacks to your search object, and make expectations about the expected behavior. describe("FoursquareVenueSearch", function() {