From 448a34b762a1304befbcf70ca5bd9bb9688d534c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Tue, 8 Nov 2011 20:49:18 +0100 Subject: [PATCH] [docs] Remove `curl` from installation instruction Fixes #11. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f059a8..926cb63 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A client implementation for Loggly in node.js ### Installing node-loggly ``` bash - $ curl [sudo] npm install loggly + $ [sudo] npm install loggly ``` ## Usage @@ -224,4 +224,4 @@ Once you have valid Loggly credentials you can run tests with [vows][8]: [6]: http://wiki.loggly.com/retrieve_events#facet_uris [7]: http://wiki.loggly.com/loggingjargon [8]: http://vowsjs.org -[9]: http://wiki.loggly.com/retrieve_events#optional \ No newline at end of file +[9]: http://wiki.loggly.com/retrieve_events#optional