Skip to content

Commit

Permalink
Fix last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
janus926 committed Sep 14, 2013
1 parent b5c9b34 commit d8412b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,17 @@ Use the instances collection to ease your application from passing
them around.
### bench.summary([regexp])
### class Counter
### Counter(name)
#### counter.decr([value])
#### counter.incr([value])
#### counter.start()
#### counter.stop()
#### counter.toString()
### class Stopwatch
### Stopwatch(name)
#### stopwatch.split()
#### stopwatch.start()
#### stopwatch.stop()
#### stopwatch.toString()
### class Timestampable
### Timestampable(name)
#### timestampable.timestamp(event)
#### timestampable.toString()

0 comments on commit d8412b9

Please sign in to comment.