Skip to content

Commit

Permalink
Readme: added mention of Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtech-dobes committed Mar 7, 2014
1 parent f015f0a commit a40c770
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jQuery 1.7

## Installation

1. Get the source code from Github.
2. Copy `nette.ajax.js` to your directory with Javascript files.
3. Link the file in your templates (usually in `app/@layout.latte`, after jQuery!).
4. Put somewhere the initialization routine:
1. Copy `nette.ajax.js` to your directory with Javascript files (you can use [Bower](http://bower.io/) for this).
2. Link the file in your templates (usually in `app/@layout.latte`, after jQuery!).
3. Put somewhere the initialization routine:

```js
$(function () {
Expand Down

0 comments on commit a40c770

Please sign in to comment.