From 2507a787b1b82c4f47d0c903e702e22e946d2ed5 Mon Sep 17 00:00:00 2001 From: Uri Goldshtein Date: Mon, 30 Sep 2013 12:31:08 +0200 Subject: [PATCH] Adding adding module to app dependencies in installation guide Also, it is good to add an explanation about what files to include in index.html --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 15540904..05698ccc 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,20 @@ Samples and examples are available in the `samples/` folder. Please push your ow JQuery and node.js backend demo https://github.com/resumable2/resumable.js/tree/master/samples/Node.js ## How can I install it? -use bower: +1. Get the library: - bower install resumable.js#~2 -use cdn, look for available packages at http://www.jsdelivr.com/#!resumable.js + use bower: -or use git clone + bower install resumable.js#~2 + use cdn, look for available packages at http://www.jsdelivr.com/#!resumable.js + + or use git clone + + git clone https://github.com/resumable2/resumable.js + +2. Add the module to your app as a dependency: - git clone https://github.com/resumable2/resumable.js + angular.module('app', ['ngResumable']) ## How can I use it?