- Commit
- a29c16c5e283fb50ecd318477072687caf987d4a
- Parent
- 8cdd63ef695aa87e598692076a1351de4862f4d5
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Merge pull request #273 from zmwangx/master
Fix typo in README.md
My personal build of CMark ✏️
Merge pull request #273 from zmwangx/master
Fix typo in README.md
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | README.md | 2 | 1 | 1 |
diff --git 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