summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0372225..cf7b33c 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ on FreeBSD:
mkdir build
cd build
cmake .. # optionally: -DCMAKE_INSTALL_PREFIX=path
- make # executable will be create as build/src/cmake
+ make # executable will be created as build/src/cmark
make test
make install