From 0f10b16202ccdd1e0c176f790d0b4e70bc9598fb Mon Sep 17 00:00:00 2001 From: Saurabh Jha Date: Wed, 18 Nov 2015 22:38:53 +0530 Subject: [PATCH] Address grammatical comments --- README.md | 4 ++-- 1 file 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