Skip to content

Commit

Permalink
[docs] Remove curl from installation instruction
Browse files Browse the repository at this point in the history
Fixes #11.
  • Loading branch information
mmalecki committed Nov 8, 2011
1 parent e260d95 commit 448a34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
[9]: http://wiki.loggly.com/retrieve_events#optional

0 comments on commit 448a34b

Please sign in to comment.