From b35ced8aebec9a030d9d9f936f9d804d49d9a869 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 21 Jun 2010 10:27:47 -0700 Subject: [PATCH] Fix incorrect gem install hints --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7648a12..39015f01 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ Markups The following markups are supported. The dependencies listed are required if you wish to run the library. -* [.markdown](http://daringfireball.net/projects/markdown/) -- `gem install markdown` +* [.markdown](http://daringfireball.net/projects/markdown/) -- `gem install rdiscount` * [.textile](http://www.textism.com/tools/textile/) -- `gem install RedCloth` * [.rdoc](http://rdoc.sourceforge.net/) -* [.org](http://orgmode.org/) -- `gem install org-mode` +* [.org](http://orgmode.org/) -- `gem install org-ruby` * [.rst](http://docutils.sourceforge.net/rst.html) -- `easy_install docutils` * [.asciidoc](http://www.methods.co.nz/asciidoc/) -- `brew install asciidoc` * [.pod](http://search.cpan.org/dist/perl/pod/perlpod.pod) -- `Pod::Simple::HTML` *should come with Perl*