From 7b6938181c2a0d8f027f948dabf0ef3123e8c9bc Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 12 Jan 2014 00:48:18 -0700 Subject: [PATCH] add bower instructions --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87c25c7..9200303 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,16 @@ It's as simple as you could guess: Browser Installation === -You can download and include `forEachAsync.js`: +You can install from bower: -```html - +```bash +bower install forEachAsync +``` + +Or download the raw file from : + +```bash +wget https://raw.github.com/FuturesJS/forEachAsync/master/forEachAsync.js ``` ```javascript