Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filinvadim authored Nov 28, 2023
1 parent b9bb4a0 commit 3058372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A generic thread-safe rate limiter library for Golang inspired but unsatisfied b
This library can be used in your codebase to rate-limit any API.

### Installation:
The package can be installed as a Go module.
The package can be installed as a Go 1.17 module.

```
go get github.com/filinvadim/ratelimiter
Expand Down Expand Up @@ -37,4 +37,4 @@ The generic rate-limiter:
// some 'test' keyed API request with weight (if requests are differentiated)
})
}
```
```

0 comments on commit 3058372

Please sign in to comment.