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
[](https://rubygems.org/gems/draw_smd) [](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:

## Use