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
|
||||
---
|
||||
|
||||
<http://youtu.be/O7egvEz4scA>
|
||||
<https://youtu.be/O7egvEz4scA>
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
@ -62,18 +62,17 @@ You can install from bower:
|
|||
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
|
||||
wget https://raw.github.com/FuturesJS/forEachAsync/master/forEachAsync.js
|
||||
wget https://git.coolaj86.com/coolaj86/foreachasync.js/raw/branch/master/foreachasync.js
|
||||
```
|
||||
|
||||
```javascript
|
||||
(function () {
|
||||
'use strict';
|
||||
|
||||
var forEachAsync = window.forEachAsync
|
||||
;
|
||||
var forEachAsync = window.forEachAsync;
|
||||
|
||||
// do stuff ...
|
||||
}());
|
||||
|
@ -85,7 +84,7 @@ Node Installation
|
|||
===
|
||||
|
||||
```bash
|
||||
npm install --save forEachAsync@5.x
|
||||
npm install --save foreachasync@5.x
|
||||
```
|
||||
|
||||
API
|
||||
|
|
Loading…
Reference in New Issue