summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenjamin Holst <bepahol@users.noreply.github.com>2018-06-18 22:41:26 -0700
committerGitHub <noreply@github.com>2018-06-18 22:41:26 -0700
commit36524060dfe2d9fb7722aa2e327068883c931e04 (patch)
tree4297d57eacb15a41d0a0f36db79383bcfd390838 /README.md
parent44571088d8407749ca1c49cde09089664e7928ff (diff)
downloadredis-36524060dfe2d9fb7722aa2e327068883c931e04.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 42ab47853..8dbad7dbf 100644
--- a/README.md
+++ b/README.md
@@ -435,7 +435,7 @@ top comment inside `server.c`.
After the command operates in some way, it returns a reply to the client,
usually using `addReply()` or a similar function defined inside `networking.c`.
-There are tons of commands implementations inside th Redis source code
+There are tons of commands implementations inside the Redis source code
that can serve as examples of actual commands implementations. To write
a few toy commands can be a good exercise to familiarize with the code base.