Skip to content

Commit 3098ab8

Browse files
authored
Update README.md example log message (#67)
Example_JSONSet was executed by GoRedis Client but Redigo Client was printing line 138
1 parent 7aa2039 commit 3098ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func main() {
135135
}
136136
}()
137137
rh.SetGoRedisClient(cli)
138-
fmt.Println("\nExecuting Example_JSONSET for Redigo Client")
138+
fmt.Println("\nExecuting Example_JSONSET for GoRedis Client")
139139
Example_JSONSet(rh)
140140
}
141141
```

0 commit comments

Comments
 (0)