README.md in enum_help-0.0.18 vs README.md in enum_help-0.0.19

- old
+ new

@@ -1,6 +1,9 @@ # EnumHelp +[![Gem Version](https://badge.fury.io/rb/enum_help.svg)](https://rubygems.org/gems/enum_help) +[![Build Status](https://github.com/zmbacker/enum_help/actions/workflows/ci.yml/badge.svg)](https://github.com/zmbacker/enum_help/actions/workflows/ci.yml) + 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.