From 6181a531bf63b1d400ca39b0544bd0f31912dd8b Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Fri, 20 Feb 2015 11:29:30 -0800 Subject: [PATCH] Typo fix in docs. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 699f6769..bd64e030 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ process. binaries from llvm.org][clang-download] if at all possible. Make sure you download the correct archive file for your OS. - We **STRONGLY recommended AGAINST use** of the system libclang instead of + We **STRONGLY recommend AGAINST use** of the system libclang instead of the upstream compiled binaries. Random things may break. Save yourself the hassle and use the upstream pre-built libclang. @@ -343,7 +343,7 @@ process. `-DUSE_SYSTEM_BOOST=ON` to cmake. This may be necessary on some systems where the bundled version of boost doesn't compile out of the box. - NOTE: We **STRONGLY recommended AGAINST use** of the system boost instead + NOTE: We **STRONGLY recommend AGAINST use** of the system boost instead of the bundled version of boost. Random things may break. Save yourself the hassle and use the bundled version of boost. @@ -364,7 +364,7 @@ process. `-DUSE_SYSTEM_LIBCLANG=ON` to cmake _instead of_ the `-DPATH_TO_LLVM_ROOT=...` flag. - NOTE: We **STRONGLY recommended AGAINST use** of the system libclang instead + NOTE: We **STRONGLY recommend AGAINST use** of the system libclang instead of the upstream compiled binaries. Random things may break. Save yourself the hassle and use the upstream pre-built libclang.