add bower instructions
This commit is contained in:
parent
e611d3f769
commit
7b6938181c
12
README.md
12
README.md
|
@ -48,10 +48,16 @@ It's as simple as you could guess:
|
||||||
Browser Installation
|
Browser Installation
|
||||||
===
|
===
|
||||||
|
|
||||||
You can download and include `forEachAsync.js`:
|
You can install from bower:
|
||||||
|
|
||||||
```html
|
```bash
|
||||||
<script src="https://raw.github.com/FuturesJS/forEachAsync/master/forEachAsync.js"></script>
|
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
|
```javascript
|
||||||
|
|
Loading…
Reference in New Issue