README.md in rails-crud-tools-0.4.0 vs README.md in rails-crud-tools-0.4.1
- old
+ new
@@ -7,10 +7,10 @@
## Installation
Add the gem to the `development` group in your application's Gemfile by including the following lines:
```ruby
-gem 'rails-crud-tools', git: 'https://github.com/YamabikoLab/rails-crud-tools', tag: 'v*.*.*'
+gem 'rails-crud-tools'
```
Then execute:
```sh