README.md in rdoc-markdown-0.3.5 vs README.md in rdoc-markdown-0.3.6

- old
+ new

@@ -11,9 +11,12 @@ $ bundle add rdoc-markdown If bundler is not being used to manage dependencies, install the gem by executing: $ gem install rdoc-markdown +## Examples +Find examples in [/examples](/example/) folder. You can regenerate examples by running `./bin/generate.sh`, it will produce examples based on file in `test/data/*` folder. + ## Usage RDoc will auto-detect rdoc-markdown plugin if it was installed. You just need to instruct RDoc to produce markdown output instead of standard HTML through `format` parameter. Run following command in directory with ruby source code: