From bba53d7fc7a759b53d72a7c3be17a00abe32039e Mon Sep 17 00:00:00 2001 From: Seth Bergman Date: Sat, 30 Apr 2016 11:58:48 -0500 Subject: [PATCH] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 223ef13c..5b3ca322 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