From 630d363d59a1ace243fea779013fac74d170e15b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 13 Aug 2014 23:13:33 -0700 Subject: Link for re2c in readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f53f5a7..889cc4e 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ The implementations The C implementation provides both a library and a standalone program `stmd` that converts markdown to HTML. It is written in standard C99 and has no library dependencies. (However, if you check it out from the -repository, you'll need `re2c` to generate `scanners.c` from -`scanners.re`. This is only a build dependency for developers, since -`scanners.c` can be provided in a released source tarball.) +repository, you'll need [`re2c`](http://re2c.org) to generate +`scanners.c` from `scanners.re`. This is only a build dependency for +developers, since `scanners.c` can be provided in a released source +tarball.) Usage: stmd [FILE*] Options: --help, -h Print usage information -- cgit v1.2.3