Remove note about working only with bootstrap 2.3

This commit is contained in:
Rafael Mendonça França 2014-03-21 15:39:40 -03:00
parent 4963374e7b
commit 0391be0951
1 changed files with 2 additions and 4 deletions

View File

@ -46,22 +46,20 @@ gem 'country_select'
### Bootstrap
**Simple Form** can be easily integrated to the [Bootstrap](http://getbootstrap.com/2.3.2/) 2.3.
**Simple Form** can be easily integrated to the [Bootstrap](http://getbootstrap.com/).
To do that you have to use the `bootstrap` option in the install generator, like this:
```console
rails generate simple_form:install --bootstrap
```
You have to be sure that you added a copy of the [Bootstrap](http://getbootstrap.com/2.3.2/)
You have to be sure that you added a copy of the [Bootstrap](http://getbootstrap.com/)
assets on your application.
For more information see the generator output, our
[example application code](https://github.com/rafaelfranca/simple_form-bootstrap) and
[the live example app](http://simple-form-bootstrap.plataformatec.com.br/).
**NOTE**: **Simple Form** integration requires Bootstrap version 2.3.
### Zurb Foundation 3
To generate wrappers that are compatible with [Zurb Foundation 3](http://foundation.zurb.com/), pass