Skip to content

Commit

Permalink
Merge pull request #8 from srenatus/patch-1
Browse files Browse the repository at this point in the history
documentation nitpick

[obvious fix]
  • Loading branch information
Seth Falcon committed Dec 18, 2013
2 parents 776218d + ae45c9e commit b5aaf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Counters

estatsd:increment(num_foos). %% increment num_foos by one

estatsd:decrement(<<"num_bars">>, 3). %% increment num_bars by 3
estatsd:decrement(<<"num_bars">>, 3). %% decrement num_bars by 3

estatsd:increment("tcp.bytes_in", 512). %% increment tcp.bytes_in by 512

Expand Down

0 comments on commit b5aaf60

Please sign in to comment.