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

- old
+ new

@@ -1,10 +1,10 @@ # Draw SMD [![Gem Version](https://badge.fury.io/rb/draw_smd.png)](https://rubygems.org/gems/draw_smd) [![Build Status](https://travis-ci.org/ogom/draw_smd.png?branch=master)](https://travis-ci.org/ogom/draw_smd) -Drawing the Entity-Relationship Diagram of Rails. +Drawing the State Machine Diagram of Rails. ## Installation Add this line to your application's Gemfile: @@ -21,13 +21,13 @@ ## Usage Add this line to your `config/routes.rb`: ``` -mount Drawsmd::Engine, at: '/rails/draw/smd' +mount DrawSmd::Engine, at: '/rails/draw/smd' ``` -Draw by selecting the schemas: +Draw by selecting the schema: ![example_smd](http://ogom.github.io/draw_smd/assets/img/example_smd.png) ## Use