README.md in danger-checkstyle_format-0.0.4 vs README.md in danger-checkstyle_format-0.1.0

- old
+ new

@@ -14,9 +14,15 @@ <pre> checkstyle_format.base_path = Dir.pwd checkstyle_format.report 'app/build/reports/checkstyle/checkstyle.xml'</pre> </blockquote> +<blockquote>Parse the XML text, and let the plugin do your reporting + <pre> +checkstyle_format.base_path = Dir.pwd +checkstyle_format.report_by_text '<?xml ...'</pre> +</blockquote> + ## Development 1. Clone this repo 2. Run `bundle install` to setup dependencies. 3. Run `bundle exec rake spec` to run the tests.