From 3b02c423271365a44be4124e640ec13a90cb573b Mon Sep 17 00:00:00 2001 From: Robert van Kempen Date: Wed, 18 Feb 2015 07:13:18 +0100 Subject: [PATCH] Update readme. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bec6189..e1d8a7d 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ Asynchronous JS requests for Feyenoord supporters. ## Purpose -If you're a supporter of Feyenoord, or if you think ancient Greek heroes are pricks, you're probably tired of calling `$.ajax()` all the time. Well, here's the solution. This piece of code takes each Ajax-related function and wraps it inside a better Feyenoord function. +If you’re a supporter of Feyenoord, or if you think ancient Greek heroes are pricks, you’re probably tired of calling `$.ajax()` all the time. Well, here’s the solution. This piece of code takes each Ajax-related function and wraps it inside a better Feyenoord function. ## Usage Install using bower: - $ bower install jquery-feyenoord +`$ bower install jquery-feyenoord` -Then, when using the [jQuery Ajax API](http://api.jquery.com/category/ajax/) just replace 'ajax' with 'feyenoord' in your code, e.g. `$.feyenoord(url, options);`. +Then, when using the [jQuery Ajax API](http://api.jquery.com/category/ajax/) just replace ‘ajax’ with ‘feyenoord’ in your code, e.g. `$.feyenoord(url, options);`. ## Colophon -Made with ♥ in Rotterdam. \ No newline at end of file +Made with ♥ in Rotterdam.