From 074d5f68435dbc829a0eceaa6f39c377f814950e Mon Sep 17 00:00:00 2001 From: Xavier Zhou Date: Sat, 23 Apr 2016 20:39:34 +0800 Subject: Fix broken download link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 407e18f..d6991d4 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ async.map([1, 2, 3], AsyncSquaringLibrary.square.bind(AsyncSquaringLibrary), fun ## Download The source is available for download from -[GitHub](https://github.com/caolan/async/blob/master/lib/async.js). +[GitHub](https://raw.githubusercontent.com/caolan/async/master/dist/async.min.js). Alternatively, you can install using npm: npm install --save async @@ -177,7 +177,7 @@ var waterfall = require("async/waterfall"); var map = require("async/map"); ``` -__Development:__ [async.js](https://github.com/caolan/async/raw/master/lib/async.js) - 29.6kb Uncompressed +__Development:__ [async.js](https://raw.githubusercontent.com/caolan/async/master/dist/async.js) - 29.6kb Uncompressed ### In the Browser -- cgit v1.2.1