From b8cda18db915526c68aa4a59b250e60c978fe4e6 Mon Sep 17 00:00:00 2001 From: Omri Hazan Date: Wed, 28 Apr 2021 22:45:13 -0700 Subject: [PATCH] Fix typo in README (#1744) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08a151e0..1a0e460e 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ res, err := rdb.Do(ctx, "set", "key", "value").Result() go-redis will start a redis-server and run the test cases. -The paths of redis-server bin file and redis config file are definded in `main_test.go`: +The paths of redis-server bin file and redis config file are defined in `main_test.go`: ``` var (