Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yulingtianxia committed Nov 17, 2017
1 parent 5398e86 commit 562ca5b
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 @@ -24,7 +24,7 @@ rule.durationThreshold = 0.01;
Or you can also use another shorter code:

```
[s limitSelector:@selector(foo:) oncePerDuration:1]; // returns MTRule instance
[s limitSelector:@selector(foo:) oncePerDuration:0.01]; // returns MTRule instance
```

`MTRule` represents the rule of a message throttle, which contains strategy and frequency of sending messages.
Expand Down

0 comments on commit 562ca5b

Please sign in to comment.