Skip to content

Commit

Permalink
tweaking README
Browse files Browse the repository at this point in the history
  • Loading branch information
potenza committed Jan 25, 2014
1 parent 6ab43ed commit e3e087e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ buttons.
```

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

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

### Static Controls **master branch**
### Static Controls **(master branch only)**

You can create a static control like this:

Expand Down

0 comments on commit e3e087e

Please sign in to comment.