Skip to content

Commit

Permalink
Fix variable name in example
Browse files Browse the repository at this point in the history
  • Loading branch information
ctavan committed Dec 29, 2011
1 parent 0109bbc commit 4310915
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 @@ -19,7 +19,7 @@ var graphite = require('graphite');
var client = graphite.createClient('plaintext://graphite.example.org:2003/');

var metrics = {foo: 23};
carbonClient.write(metrics, function(err) {
client.write(metrics, function(err) {
// if err is null, your data was sent to graphite!
});
```
Expand Down

0 comments on commit 4310915

Please sign in to comment.