aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Delille <martin@delille.org>2019-03-18 02:15:44 +0100
committerSergio Martins <iamsergio@gmail.com>2019-03-19 14:50:41 +0000
commit6f096dc86ad99da48d41d4baffe532239cc78620 (patch)
tree67d7ebd61ee04d5330c9e8cd0ca25651ef4dc0cc
parent57b7234d0bca45738ae1b9cd8e5ed8348c27bc64 (diff)
Minor typo1.5-based
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b5eae5b4..a63a3796 100644
--- a/README.md
+++ b/README.md
@@ -169,7 +169,7 @@ $ brew install --with-clang llvm
# Setting up your project to build with clazy
-Note: Wherever `clazy` it mentioned, replace with `clazy-cl.bat` if you're on Windows, or replace with `Clazy-x86_64.AppImage` if you're using AppImage.
+Note: Wherever `clazy` is mentioned, replace with `clazy-cl.bat` if you're on Windows, or replace with `Clazy-x86_64.AppImage` if you're using AppImage.
Note: If you prefer running clazy over a JSON compilation database instead of using it as a plugin, jump to [clazy-standalone](#clazy-standalone-and-json-database-support).
You should now have the clazy command available to you, in `<prefix>/bin/`.