README.md in draw_erd-0.0.1 vs README.md in draw_erd-0.1.0

- old
+ new

@@ -1,8 +1,8 @@ # Draw ERD -[![Build Status](https://travis-ci.org/ogom/draw_erd.png?branch=master)](https://travis-ci.org/ogom/draw_erd) +[![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. ## Installation @@ -23,9 +23,17 @@ Add this line to your config/routes.rb: ``` mount DrawErd::Engine, at: '/rails/info/schemas' ``` + +Draw by selecting the schemas: + +![example_erd](http://ogom.github.io/draw_erd/assets/img/example_erd.png) + +## Use + +* [Rails ERD](https://github.com/voormedia/rails-erd) ## License * MIT