From 4071eb731f16d5d4239837249b8300765e58abad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Teichgr=C3=A4ber?= Date: Mon, 30 Apr 2012 00:56:41 +0200 Subject: [PATCH] README.markdown -> README.md + update --HG-- rename : README.markdown => README.md --- README.markdown => README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) rename README.markdown => README.md (93%) diff --git a/README.markdown b/README.md similarity index 93% rename from README.markdown rename to README.md index 8f2bd2d..7686b95 100644 --- a/README.markdown +++ b/README.md @@ -22,7 +22,7 @@ concatenating ten [Markdown syntax descriptions][syntax]. [syntax]: http://daringfireball.net/projects/markdown/syntax.text -The C version is still around 1.9x faster than the Go version. +The C version is still around 1.2x faster than the Go version. ## Installation @@ -104,9 +104,5 @@ As definition item markers both `:` and `~` can be used. ## Subdirectory Index -* peg – PEG parser generator (modified) from Andrew J Snodgrass - -* peg/leg – LEG parser generator, based on PEG - -* cmd – command line program `markdown` +* cmd/markdown – command line program `markdown`