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
[](https://rubygems.org/gems/draw_erd) [](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:
-
+
## Use
* [Rails ERD](https://github.com/voormedia/rails-erd)