Skip to content

Commit c3db663

Browse files
Update README.md
1 parent 1ce7e3f commit c3db663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ RateLimiters are awaitable: the code executed after the await will respect the t
3333

3434

3535
```C#
36+
using ComposableAsync;
37+
3638
// Create Time constraint: max five times by second
3739
var timeConstraint = TimeLimiter.GetFromMaxCountByInterval(5, TimeSpan.FromSeconds(1));
3840

0 commit comments

Comments
 (0)