README.md in enum_help-0.0.14 vs README.md in enum_help-0.0.15
- old
+ new
@@ -74,11 +74,11 @@
Other arguments for `simple_form` are supported perfectly.
e.g.
```erb
-<%= f.input :status, prompt: 'Please select a stauts' %>
+<%= f.input :status, prompt: 'Please select a status' %>
<%= f.input :status, as: :string %>
```
From version 0.0.10, enum_help can automaticlly generate radio buttons with i18n labels.
@@ -92,10 +92,10 @@
I18n local file example:
```yaml
-# config/locals/model/order.zh-cn.yml
+# config/locales/model/order.zh-cn.yml
zh-cn:
enums:
order:
status:
finished: 完成