summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-01-06 22:23:31 -0800
committerZhiming Wang <zmwangx@gmail.com>2015-01-06 22:23:31 -0800
commitd9e82a738ea3883870191d7c9b9b0b6c81964923 (patch)
treeae969e80a90dd4a947287725632f0e8ad88e5006 /README.md
parent8cdd63ef695aa87e598692076a1351de4862f4d5 (diff)
Fixed typo in README.md
Diffstat (limited to 'README.md')
-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