From 7c68d27694167c34622d086ce80e857fb7585d6c Mon Sep 17 00:00:00 2001 From: Jonas Kwiedor Date: Sun, 19 Nov 2023 17:20:38 +0100 Subject: [PATCH] docs: Change go mod init command example Doesn't it make sense to use the command from the official Go tutorial for the description? Here is the link to it: https://go.dev/doc/tutorial/create-module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8965b9151..9d89b946e 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ go-redis supports 2 last Go versions and requires a Go version with module: ```shell -go mod init github.com/my/repo +go mod init example.com/greetings ``` Then install go-redis/**v9**: