Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpool committed Apr 2, 2015
1 parent 3bbf3ad commit cdef9d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ client = graphite.createClient(<graphite-url e.g 'plaintext://127.0.0.1:2003/'>)
client.write(metric, timestamp)
.then(function(){})
.catch(function(reason){})
.finally(function(){});
.finally(function(){
client.end();
});
```
### Example

Expand Down

0 comments on commit cdef9d6

Please sign in to comment.