add bower instructions

This commit is contained in:
AJ ONeal 2014-01-12 00:48:18 -07:00
parent e611d3f769
commit 7b6938181c
1 changed files with 9 additions and 3 deletions

View File

@ -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
<script src="https://raw.github.com/FuturesJS/forEachAsync/master/forEachAsync.js"></script>
```bash
bower install forEachAsync
```
Or download the raw file from <https://raw.github.com/FuturesJS/forEachAsync/master/forEachAsync.js>:
```bash
wget https://raw.github.com/FuturesJS/forEachAsync/master/forEachAsync.js
```
```javascript