Skip to content

Commit a63b038

Browse files
minimabotdonv
authored andcommitted
Fix broken section links in README.md [ci skip]
This PR fixes the issue of broken section links in the README.md file. The following section links have been corrected for accurate navigation: - bootstrap_form_with - bootstrap_form_for - bootstrap_form_tag
1 parent 3592d36 commit a63b038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Some other nice things that `bootstrap_form` does for you are:
1919
* Reduces errors, because you're doing less typing.
2020
* Makes it easier to see the logic of the form, because it's not mixed in with the Bootstrap mark-up.
2121

22-
`bootstrap_form` works like the standard Rails form helpers, and this README assumes you know how they work. You start a form with one of [`bootstrap_form_with`](#bootstrap-form-with), [`bootstrap_form_for`](#bootstrap-form-for), or [`bootstrap_form_tag`](#bootstrap-form-tag) in a view file. You get a form builder that calls the [`bootstrap_form` helpers](#form-helpers) instead of the standard Rails helpers. You use that form builder in the view file to render one or more form fields.
22+
`bootstrap_form` works like the standard Rails form helpers, and this README assumes you know how they work. You start a form with one of [`bootstrap_form_with`](#bootstrap_form_with), [`bootstrap_form_for`](#bootstrap_form_for), or [`bootstrap_form_tag`](#bootstrap_form_tag) in a view file. You get a form builder that calls the [`bootstrap_form` helpers](#form-helpers) instead of the standard Rails helpers. You use that form builder in the view file to render one or more form fields.
2323

2424
## Requirements
2525

0 commit comments

Comments
 (0)