From cb11f0d1982d2bf4a72e75427ee0a55b059dbe8c Mon Sep 17 00:00:00 2001 From: Caolan McMahon Date: Wed, 30 Jun 2010 21:47:11 +0100 Subject: [PATCH] added npm install command to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 67e803f81..169791767 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ If you're interested in other ways to manage async code, then you may like to take a look at the new implementation of the old node Promise objects or alternative modules like node-continuables. +__This module is also available as an npm package:__ + + npm install async + ## API