Skip to content

Commit

Permalink
readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vanchi-zendesk committed Jul 25, 2013
1 parent 91e9e3a commit 7816a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Additional options to the stat maybe chained by calling stat.sampleRate(value).t
If an array is specified as the `name` parameter each item in that array will be sent along with the specified value.

```javascript
var StatsD = require('node-statsd').StatsD,
var StatsD = require('dogstatsd-node').StatsD,
client = new StatsD();

// Timing: sends a timing command with the specified milliseconds
Expand Down Expand Up @@ -91,5 +91,5 @@ If you want to catch errors in sending a message then use the callback provided.

## License

node-statsd is licensed under the MIT license.
node-statsd is licensed under the MIT license. So is this.

0 comments on commit 7816a3c

Please sign in to comment.