Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
OleMchls authored and msiebuhr committed Oct 22, 2012
1 parent c53df92 commit ee25cf4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ Sends an arbitrary number to the back-end:

sdc.gauge('what.you.gauge', 100);

### Sets

Send unique occurences of events between flushes to the back-end:

sdc.set('your.set', 200);

### Delays

Keep track of how fast (or slow) your stuff is:
Expand Down

0 comments on commit ee25cf4

Please sign in to comment.