diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-01-06 22:23:31 -0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-01-06 22:23:31 -0800 |
commit | d9e82a738ea3883870191d7c9b9b0b6c81964923 (patch) | |
tree | ae969e80a90dd4a947287725632f0e8ad88e5006 | |
parent | 8cdd63ef695aa87e598692076a1351de4862f4d5 (diff) |
Fixed typo in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |