summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSeth Bergman <seth.atxwebs@gmail.com>2016-04-30 11:58:48 -0500
committerantirez <antirez@gmail.com>2016-05-05 08:57:48 +0200
commitbba53d7fc7a759b53d72a7c3be17a00abe32039e (patch)
tree0e285b06fed31892a9aef88018e884bd78461a90 /README.md
parentab7581489871eebcf0253915acc26efb27f5df23 (diff)
downloadredis-bba53d7fc7a759b53d72a7c3be17a00abe32039e.tar.gz
Fixed typo in 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 223ef13c6..5b3ca3228 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ Fixing build problems with dependencies or cached build options
Redis has some dependencies which are included into the `deps` directory.
`make` does not rebuild dependencies automatically, even if something in the
-source code of dependencies is changes.
+source code of dependencies is changed.
When you update the source code with `git pull` or when code inside the
dependencies tree is modified in any other way, make sure to use the following