From c7d0a72de10ef35fbc06ec298ea9c73e796d66dd Mon Sep 17 00:00:00 2001 From: SnowOnion Date: Thu, 2 Apr 2026 23:30:58 +0800 Subject: [PATCH] docs: corrected README markdown syntax --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5583d76..9a18007 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ 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: @@ -21,7 +21,7 @@ module: 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