README.rdoc in rapidoc-0.0.6 vs README.rdoc in rapidoc-0.0.7

- old
+ new

@@ -1,8 +1,8 @@ = Rapidoc -REST API documentation generator for rails projects ( 0.06 version ). +REST API documentation generator for rails projects ( 0.07 version ). This gem let you generate API documentation of your rails project in html format. It uses routes information, rapidoc comments and json examples for generate static html files. Documentation templates are generated using _handlebars_ and _bootstrap_. @@ -15,14 +15,18 @@ Add this line to your application's Gemfile: gem 'rapidoc' -And then execute: +Then execute: $ bundle +And finally, run: + + rake rapidoc:install + == Usage For generate documentation run: rake rapidoc:generate @@ -126,9 +130,14 @@ * If there is an error in your documentation, rapidoc show you an error message with the file name that contains the error and block lines. * Trace mode ( configuration[https://github.com/drinor/rapidoc/wiki/Configuration] ). * Simple and intuitive navigation. + +== Contributors + +* harchs[https://github.com/harchs] +* ljrzarate[https://github.com/ljrzarate] == Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)