From 84bff60b770db6537b29324af6a595f0f7e18770 Mon Sep 17 00:00:00 2001 From: Eric Oestrich Date: Tue, 23 Apr 2013 22:06:56 -0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c52a77c6..a5ba2e63 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,13 @@ Bundle it! See the wiki for additional setup. [Setting up RSpec API Documentation](https://github.com/zipmark/rspec_api_documentation/wiki/Setting-up-RspecApiDocumentation) +### Raddocs + +Also consider adding [Raddocs](http://github.com/smartlogic/raddocs/) as a viewer. It has much better HTML output than +rspec_api_documentation. + + gem 'raddocs' + ## Sample App See the `example` folder for a sample Rails app that has been documented.