From 5614fd969f3be33ca11a58198eb8e9d80aa4e22d Mon Sep 17 00:00:00 2001 From: Chad Scira Date: Tue, 23 Oct 2012 21:08:38 -0700 Subject: [PATCH] updated npm install command --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 56e2bbe..e9c09ef 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ A simple network request helper that is geared towards crawling ## installation - $ npm install git://github.com/icodeforlove/node-request.git + $ npm install git+ssh://git@github.com:icodeforlove/node-request.git ## super simple to use