summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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.