Skip to content

Commit e3e087e

Browse files
committed
tweaking README
1 parent 6ab43ed commit e3e087e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ buttons.
151151
```
152152

153153
You can also use the `primary` helper, which adds `btn btn-primary` to your
154-
submit button **master branch only**:
154+
submit button **(master branch only)**:
155155

156156
```erb
157157
<%= f.primary "Optional Label" %>
@@ -209,7 +209,7 @@ You can pass `prepend` and/or `append` options to input fields:
209209
<%= f.text_field :price, prepend: "$", append: ".00" %>
210210
```
211211

212-
### Static Controls **master branch**
212+
### Static Controls **(master branch only)**
213213

214214
You can create a static control like this:
215215

0 commit comments

Comments
 (0)