Fix incorrect gem install hints
Chris Wanstrath chris@ozmm.org
Mon, 21 Jun 2010 10:27:47 -0700
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
README.md
→
README.md
@@ -10,10 +10,10 @@
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*