Skip to content

Commit 33ce391

Browse files
committed
Docs for version upgrades
1 parent 9196dd0 commit 33ce391

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Some other nice things that `bootstrap_form` does for you are:
3131

3232
`bootstrap_form` supports at a minimum the currently supported versions of Ruby and Rails:
3333

34-
* Ruby 2.4+
35-
* Rails 5.0+ (Rails 5.1+ for `bootstrap_form_with`)
34+
* Ruby 2.5+
35+
* Rails 5.2+
3636
* Bootstrap 4.0+
3737

3838
## Installation
@@ -107,7 +107,7 @@ If your form is not backed by a model, use the `bootstrap_form_tag`. Usage of th
107107
<% end %>
108108
```
109109

110-
### bootstrap_form_with (Rails 5.1+)
110+
### bootstrap_form_with
111111

112112
Note that `form_with` in Rails 5.1 does not add IDs to form elements and labels by default, which are both important to Bootstrap markup. This behaviour is corrected in Rails 5.2.
113113

0 commit comments

Comments
 (0)