Skip to content

Commit 1e5276d

Browse files
authored
Update README.md
1 parent 510646a commit 1e5276d

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
@@ -13,4 +13,4 @@ The Rust API for Redis Modules API is based on the https://github.com/brandur/re
1313
4. start a redis server with the hello module
1414
* Linux: `redis-server --loadmodule ./target/debug/examples/libhello.so`
1515
* Mac: `redis-server --loadmodule ./target/debug/examples/libhello.dylib`
16-
5. open a redis cli. and run `HELLO.ADD 31 11`.
16+
5. open a redis cli. and run `HELLO.MUL 31 11`.

0 commit comments

Comments
 (0)