summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Leonard <sephirothcloud1025@yahoo.com>2014-08-16 15:26:39 -0400
committerDavid Leonard <sephirothcloud1025@yahoo.com>2014-08-16 15:26:39 -0400
commit3a2b4481a6c0596f26c463427133fa6acf5e163c (patch)
treed0239bba1161fd8b57af27f9ccb83bc971c261e2 /README.md
parent232121251f601c9be7209f6382ee32180df676f1 (diff)
downloadasync-3a2b4481a6c0596f26c463427133fa6acf5e163c.tar.gz
Updating download section
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8f4e98c..f900495 100644
--- a/README.md
+++ b/README.md
@@ -80,11 +80,15 @@ async.map([1, 2, 3], AsyncSquaringLibrary.square.bind(AsyncSquaringLibrary), fun
## Download
The source is available for download from
-[GitHub](http://github.com/caolan/async).
+[GitHub](https://github.com/caolan/async/blob/master/lib/async.js).
Alternatively, you can install using Node Package Manager (`npm`):
npm install async
+As well as using Bower:
+
+ bower install async
+
__Development:__ [async.js](https://github.com/caolan/async/raw/master/lib/async.js) - 29.6kb Uncompressed
## In the Browser