update URLs
This commit is contained in:
parent
812950328d
commit
2f6f9d5e8e
11
README.md
11
README.md
|
@ -19,7 +19,7 @@ Straight up, that's probably a bad idea and waste of time so I hope I don't actu
|
||||||
Screencast
|
Screencast
|
||||||
---
|
---
|
||||||
|
|
||||||
<http://youtu.be/O7egvEz4scA>
|
<https://youtu.be/O7egvEz4scA>
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
@ -62,18 +62,17 @@ You can install from bower:
|
||||||
bower install --save forEachAsync@5.x
|
bower install --save forEachAsync@5.x
|
||||||
```
|
```
|
||||||
|
|
||||||
Or download the raw file from <https://raw.github.com/FuturesJS/forEachAsync/master/forEachAsync.js>:
|
Or download the raw file from <https://git.coolaj86.com/coolaj86/foreachasync.js/raw/branch/master/foreachasync.js>:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://raw.github.com/FuturesJS/forEachAsync/master/forEachAsync.js
|
wget https://git.coolaj86.com/coolaj86/foreachasync.js/raw/branch/master/foreachasync.js
|
||||||
```
|
```
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
(function () {
|
(function () {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var forEachAsync = window.forEachAsync
|
var forEachAsync = window.forEachAsync;
|
||||||
;
|
|
||||||
|
|
||||||
// do stuff ...
|
// do stuff ...
|
||||||
}());
|
}());
|
||||||
|
@ -85,7 +84,7 @@ Node Installation
|
||||||
===
|
===
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install --save forEachAsync@5.x
|
npm install --save foreachasync@5.x
|
||||||
```
|
```
|
||||||
|
|
||||||
API
|
API
|
||||||
|
|
Loading…
Reference in New Issue