Update README to fix header number

This commit is contained in:
Guilherme Berger 2013-07-29 17:15:42 -03:00
parent f62a1ca98c
commit b0d77d1929

View File

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