Skip to content

Commit

Permalink
Added note on documentation in man pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 25, 2015
1 parent b0918a5 commit 5ef3185
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5ef3185

Please sign in to comment.