README.md in admin_it-1.0.3 vs README.md in admin_it-1.0.4

- old
+ new

@@ -4,10 +4,25 @@ [Russian version of this document](README_RU.md) # Installation +```sh +gem install admin_it +``` + +or if you using `bundler`: + +```ruby +# Gemfile +gem 'admin_it' +``` + +```sh +bundle install +``` + # Configuration # Usage # Todo @@ -20,29 +35,33 @@ * Sinatra support # Changes -## `1.0.3` +`1.0.4` +* font-awesome fix + +`1.0.3` + * assets fix -## `1.0.2` +`1.0.2` * routes moved to config folder * fixed issues with pundit and devise -## `1.0.1` +`1.0.1` * wrap_it link in Gemfile fixed -## `1.0.0` - pre-release +`1.0.0` - pre-release * active_record support * filters * sorting -## `0.0.1` - first version +`0.0.1` - first version # License The MIT License (MIT)