README.md in draw_erd-0.1.1 vs README.md in draw_erd-0.1.2

- old
+ new

@@ -1,6 +1,6 @@ -# Draw ERD +# DrawERD [![Gem Version](https://badge.fury.io/rb/draw_erd.png)](https://rubygems.org/gems/draw_erd) [![Build Status](https://travis-ci.org/ogom/draw_erd.png?branch=master)](https://travis-ci.org/ogom/draw_erd) Drawing the Entity-Relationship Diagram of Rails. @@ -21,15 +21,15 @@ ## Usage Add this line to your `config/routes.rb`: ``` -mount DrawErd::Engine, at: '/rails/info/schemas' +mount DrawErd::Engine, at: '/rails/draw/erd' ``` -Draw by selecting the schemas: +Draw by selecting the models: -![example_erd](http://ogom.github.io/draw_erd/assets/img/example_erd.png) +![example](http://ogom.github.io/draw_erd/assets/img/example.png) ## Use * [Rails ERD](https://github.com/voormedia/rails-erd)