From 2c6c057eda4d65a22666e825247caf3f4325f115 Mon Sep 17 00:00:00 2001 From: John Reeves Date: Sat, 24 Oct 2015 07:24:34 +0100 Subject: [PATCH] Add missing `'` Sorry about that :) --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 5ec3e79..060cc0f 100644 --- a/README.markdown +++ b/README.markdown @@ -18,7 +18,7 @@ jasmine-ajax is currently compatible with any library that uses XMLHttpRequest. Installing ---------- #### NPM #### -Install `jasmine-ajax` from NPM via `npm install --save-dev jasmine-ajax`; you can then `require('jasmine-ajax)` inside your test-suite and access it via the `jasmine` global. +Install `jasmine-ajax` from NPM via `npm install --save-dev jasmine-ajax`; you can then `require('jasmine-ajax')` inside your test-suite and access it via the `jasmine` global. #### Browser #### Download [mock-ajax.js](https://raw.github.com/jasmine/jasmine-ajax/master/lib/mock-ajax.js) and add it to your project. If you are using the jasmine gem, be sure the location you put mock-ajax.js is included in your src_files path in jasmine.yml. If you are using Jasmine standalone, make sure you add it to your spec runner.