Skip to content

Commit 973970a

Browse files
committed
README: s/below/above/
1 parent 6ea2eb8 commit 973970a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ numbers to strings before sending the command to Redis.
113113
: > (redis-send conn (mset '(hello "world" foo "bar")))
114114
: "OK"
115115

116-
- Retrieve the keys just set below:
116+
- Retrieve the keys just set above:
117117

118118
: > (redis-send conn (mget '(hello foo)))
119119
: ("world" "bar")

0 commit comments

Comments
 (0)