summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSaurabh Jha <saurabh.jhaa@gmail.com>2015-11-18 22:38:53 +0530
committerSaurabh Jha <saurabh.jhaa@gmail.com>2016-06-07 12:38:55 +0530
commit0f10b16202ccdd1e0c176f790d0b4e70bc9598fb (patch)
tree52f1638b851a88a77f46a4fe2f455056ba43f75e /README.md
parent90a3647c9c3d1657c2d2d1d3ff9413789fc43c29 (diff)
downloadredis-0f10b16202ccdd1e0c176f790d0b4e70bc9598fb.tar.gz
Address grammatical comments
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6b4b842ea..efe1e0cc2 100644
--- a/README.md
+++ b/README.md
@@ -47,8 +47,8 @@ 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
-source code of the dependencies changes.
+`make` does not automatically rebuild dependencies even if dependency's source
+changes.
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