Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ feature.

## Installation

redis_rate supports 2 last Go versions and requires a Go version with
`redis_rate` supports 2 last Go versions and requires a Go version with
[modules](https://github.com/golang/go/wiki/Modules) support. So make sure to initialize a Go
module:

```shell
go mod init github.com/my/repo
```

And then install redis*rate/v10 (note \*\*\_v10*\*\* in the import; omitting it is a popular
And then install `redis_rate/v10` (note **/v10** in the import; omitting it is a popular
mistake):

```shell
Expand Down