README.md in documentation-zero-0.0.8 vs README.md in documentation-zero-0.0.9

- old
+ new

@@ -22,10 +22,10 @@ ``` rails generate documentation:scaffold posts title:string body:text published:boolean user:references ``` -Add ```- [Posts](sections/posts.md)``` to API endpoints section. +Add `- [Posts](sections/posts.md)` to API endpoints section. ## Development To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).