Merge pull request #3193 from sethbergman/patch-1

Fixed typo in README.md
This commit is contained in:
Salvatore Sanfilippo 2016-05-05 08:57:30 +02:00
commit de3a6736f7

View File

@ -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