diff --git a/README.md b/README.md index e9cf7d0..eae37ab 100644 --- a/README.md +++ b/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 --- - + Usage ----- @@ -62,18 +62,17 @@ You can install from bower: bower install --save forEachAsync@5.x ``` -Or download the raw file from : +Or download the raw file from : ```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