Skip to content

Commit 5969999

Browse files
committed
updating README to clear up confusion on Rails 3 & 4
1 parent 3de609d commit 5969999

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,21 @@ integrate Twitter Bootstrap-style forms into your Rails App.
88
## Requirements
99

1010
* Ruby 1.9+
11-
* Rails 4.0+
11+
* Rails 3, 4
1212
* Twitter Bootstrap 2.0+
1313

1414
## Installation
1515

1616
Add it to your Gemfile:
1717

18-
### Rails 4.0+
19-
2018
`gem 'bootstrap_form'`
2119

22-
### Rails 3.1+
23-
24-
`gem 'bootstrap_form', '~> 0.3.2'`
25-
26-
27-
Run the following command to install it:
20+
Then:
2821

2922
`bundle`
3023

24+
### Rails 3
25+
3126
Add this line to app/assets/stylesheets/application.css.scss:
3227

3328
```css

0 commit comments

Comments
 (0)