Skip to content

Commit 47c3d7c

Browse files
committed
chore: update readme
1 parent 14a877e commit 47c3d7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func main() {
4747

4848
Checkout more examples: [Command Response Cheatsheet](https://github.com/redis/rueidis#command-response-cheatsheet)
4949

50-
## Developer friendly Command Builder
50+
## Developer Friendly Command Builder
5151

5252
`client.B()` is the builder entrypoint to construct a redis command:
5353

@@ -415,5 +415,5 @@ module mymodule
415415
416416
go 1.18
417417
418-
require github.com/redis/rueidis v1.0.9-go1.18
418+
require github.com/redis/rueidis v1.0.10-go1.18
419419
```

0 commit comments

Comments
 (0)