all repos — markup @ b35ced8aebec9a030d9d9f936f9d804d49d9a869

The code we use to render README.your_favorite_markup

Fix incorrect gem install hints
Chris Wanstrath chris@ozmm.org
Mon, 21 Jun 2010 10:27:47 -0700
commit

b35ced8aebec9a030d9d9f936f9d804d49d9a869

parent

12d1bbe21d66878eb6f208782024d4ce0582f5fa

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M README.mdREADME.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*