From a40c7705b7564a29369eb4866a7d53c61d3c9ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Dobe=C5=A1?= Date: Fri, 7 Mar 2014 10:04:35 +0100 Subject: [PATCH] Readme: added mention of Bower --- readme.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index c7a4cb9..84e29ee 100644 --- a/readme.md +++ b/readme.md @@ -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 () {