From dc2c040ad5b6c3678d099917c82c64e9177bc2c0 Mon Sep 17 00:00:00 2001 From: Juha Tauriainen Date: Wed, 24 Jun 2015 14:33:27 +0300 Subject: [PATCH] Added bower installation info --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cb03a27..526639f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ In order to use `XDomainRequest` in Internet Explorer, the request must be: Working example here: http://jsfiddle.net/MoonScript/Q7bVG/show/ + +## Bower installation + +`bower install jQuery-ajaxTransport-XDomainRequest --save` + + ## Instructions With at least jQuery version 1.5, just include the [jquery.xdomainrequest.min.js](http://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.3/jquery.xdomainrequest.min.js) script into your page, then make your AJAX call like you normally would: