diff options
author | David Leonard <sephirothcloud1025@yahoo.com> | 2014-08-16 15:26:39 -0400 |
---|---|---|
committer | David Leonard <sephirothcloud1025@yahoo.com> | 2014-08-16 15:26:39 -0400 |
commit | 3a2b4481a6c0596f26c463427133fa6acf5e163c (patch) | |
tree | d0239bba1161fd8b57af27f9ccb83bc971c261e2 /README.md | |
parent | 232121251f601c9be7209f6382ee32180df676f1 (diff) | |
download | async-3a2b4481a6c0596f26c463427133fa6acf5e163c.tar.gz |
Updating download section
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |