Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from mindreframer/patch-1
Browse files Browse the repository at this point in the history
fixed require statement in the Readme (thanks @mindreframer)
  • Loading branch information
sivy committed Sep 27, 2011
2 parents e67ef94 + 84c2e3a commit 5210574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This client will let you fire stats at your StatsD server from a node.js applica

% npm install node-statsd
% node
> require('statsd').StatsD
> var StatsD = require('node-statsd').StatsD
> c = new StatsD('example.org',8125)
{ host: 'example.org', port: 8125 }
> c.increment('node_test.int')
Expand Down

0 comments on commit 5210574

Please sign in to comment.