Skip to content

Commit a8093a1

Browse files
committed
fix: Fixed Readme
1 parent 5951342 commit a8093a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# throttle
22

3-
throttling function called
4-
sync.Once like interface
3+
Throttle is an object that will perform exactly one action per duration.
54

65
```go
76
var throttler = throttle.New(time.Second*5)

0 commit comments

Comments
 (0)