From 0768a688c6881b4988857c9eaa2841a8690d3eec Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Sat, 4 Jun 2022 18:20:41 +0300 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb2ebcc..468cf10 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ If you are using **Redis 6**, install go-redis/**v8**: go get github.com/go-redis/redis/v8 ``` -If you are using **Redis 7**, install **go-redis/v9**: +If you are using **Redis 7**, install go-redis/**v9**: ```shell go get github.com/go-redis/redis/v9