From 2ce44c157a63d3871e83c72abcb901253911454a Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Tue, 25 Aug 2015 23:48:53 -0400 Subject: [PATCH] Fix github-markup link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8022b102..f63ce726 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Gollum presently ships with support for the following markups: * [Markdown](http://daringfireball.net/projects/markdown/syntax) * [RDoc](http://rdoc.sourceforge.net/) -Since all markups are rendered by the [github-markup](https://github/com/github/markup) gem, you can easily add support for other markups by additional installation: +Since all markups are rendered by the [github-markup](https://github.com/github/markup) gem, you can easily add support for other markups by additional installation: * [AsciiDoc](http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/) -- `[sudo] gem install asciidoctor` * [Creole](http://www.wikicreole.org/wiki/CheatSheet) -- `[sudo] gem install creole` * [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown) -- `[sudo] gem install github-markdown`