README.md in enum_help-0.0.2 vs README.md in enum_help-0.0.3
- old
+ new
@@ -1,9 +1,7 @@
# EnumHelp
-
-
-Extends of ActiveRecord::Enum, which can used in simple_form and internationalization.
+Help ActiveRecord::Enum feature to work fine with I18n and simple_form.
Make Enum field correctly generate select field.
As you know in Rails 4.1.0 , ActiveRecord supported Enum method. But it doesn't work fine with I18n and simple_form.