Skip to content

Commit 8217b37

Browse files
committed
update readme
1 parent b4b2e44 commit 8217b37

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,15 @@ and run bundle install.
3232

3333
This gem doesn't include Bootstrap. You can get Bootstrap here: https://github.com/anjlab/bootstrap-rails
3434

35-
## Stylesheets
35+
## Configuration
3636

37-
Add necessary stylesheet file to app/assets/stylesheets/application.css
37+
app/assets/stylesheets/application.css
3838

3939
``` css
4040
*= require bootstrap-wysihtml5
4141
```
4242

43-
## Javascripts
44-
45-
Bootstrap-wysihtml5 depends on jquery and bootstrap-button.
43+
Bootstrap-wysihtml5 depends on jquery and bootstrap-button. Make sure to require it in the manifest file.
4644

4745
``` javascript
4846
//= require jquery # Not included
@@ -60,6 +58,8 @@ or
6058
//= require bootstrap-wysihtml5-all
6159
```
6260

61+
You may need to restart your rails server.
62+
6363
## Using bootstrap-wysihtml5-rails
6464

6565
Just call wysihtml5() with any selector.

0 commit comments

Comments
 (0)