Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert van Kempen authored and Robert van Kempen committed Feb 18, 2015
1 parent 8b4f1c3 commit 3b02c42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 youre a supporter of Feyenoord, or if you think ancient Greek heroes are pricks, youre probably tired of calling `$.ajax()` all the time. Well, heres 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.
Made with ♥ in Rotterdam.

0 comments on commit 3b02c42

Please sign in to comment.