From 5ef31853d5161d4b5a2dfc0df94e6eaaeb3215d0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 24 Jan 2015 20:56:43 -0800 Subject: Added note on documentation in man pages. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1725242..8af9a48 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ The implementations The C implementation provides both a shared library (`libcmark`) and a standalone program `cmark` that converts CommonMark to HTML. It is written in standard C99 and has no library dependencies. The parser is -very fast (see [benchmarks](benchmarks.md)). +very fast (see [benchmarks](benchmarks.md)). For documentation, see +the man pages in the `man` directory. It is easy to use `libcmark` in python, lua, ruby, and other dynamic languages: see the `wrappers/` subdirectory for some simple examples. -- cgit v1.2.3