From 59a376d5296d7c2e6e0b6d4cde8ff9240d3d5413 Mon Sep 17 00:00:00 2001 From: Krzysztof Kowalczyk Date: Fri, 26 Jan 2018 04:12:07 -0800 Subject: [PATCH] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d57f6f..0a10d99 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Ways to customize parser: * use custom extensions by creating parser with `markdown.NewParserWithExtensions(extensions)` * over-ride `Parser.ReferenceOverride` function -You can also check out [cmd/mdhtml(https://github.com/gomarkdown/markdown/tree/master/cmd/mdtohtml) for more complete example +You can also check out [cmd/mdhtml](https://github.com/gomarkdown/markdown/tree/master/cmd/mdtohtml) for more complete example of how to use it. You can install it with: go get github.com/gomarkdown/markdown/cmd/mdtohtml