From 2f6f9d5e8e35ca713fdeabbae08dba335d01d257 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 27 Mar 2018 23:50:34 -0600 Subject: [PATCH] update URLs --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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