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() {