From 8e036bea62e713e4e8ee000633c593820d14d035 Mon Sep 17 00:00:00 2001 From: Robert Gordon Date: Fri, 6 Mar 2020 16:01:03 -0600 Subject: [PATCH] fix typo in readme fix typo . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d48bcb..db05a6a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This package is based on [rwz/redis-gcra](https://github.com/rwz/redis-gcra) and ## Installation -redus_rate requires a Go version with [Modules](https://github.com/golang/go/wiki/Modules) support and uses import versioning. So please make sure to initialize a Go module before installing redis_rate: +redis_rate requires a Go version with [Modules](https://github.com/golang/go/wiki/Modules) support and uses import versioning. So please make sure to initialize a Go module before installing redis_rate: ``` shell go mod init github.com/my/repo