From 7b463e657b9d34f474e446c00a07a70865f15e0a Mon Sep 17 00:00:00 2001 From: Dima Date: Thu, 3 Sep 2015 19:46:09 -0700 Subject: [PATCH] Fixed a typo in INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index d10d82a7c..50b27c80d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -82,4 +82,4 @@ your make commands, like this: `PORTABLE=1 make static_lib` * Run: `TARGET_OS=IOS make static_lib`. When building the project which uses rocksdb iOS library, make sure to define two important pre-processing macros: `ROCKSDB_LITE` and `IOS_CROSS_COMPILE`. * **Windows**: - * Read the follow the instructions at CMakeLists.txt + * Read and follow the instructions at CMakeLists.txt