Skip to content

Commit e2e16f4

Browse files
Update README
1 parent efccf08 commit e2e16f4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ A material theme for [Bootstrap](http://getbootstrap.com) for use on [Computer S
55

66
Usage
77
------
8+
You can choose to install this package with Bower, or simply download the current version of the stylesheet. In both cases, you must still include Bootstrap's JavaScript file to have functional dropdowns, modals, etc.
89

910
#### Installation with Bower
1011
CSH Material Bootstrap is available via Bower. Simply run the following command to add the package to your project:
@@ -14,14 +15,14 @@ bower install --save csh-material-bootstrap
1415
```
1516

1617
#### Manual Installation
17-
Download `dist/csh-material-bootstrap.min.css` and replace Bootstrap's default stylesheet. You must still include Bootstrap's JavaScript file to have functional dropdowns, modals, etc.
18+
Download `dist/csh-material-bootstrap.min.css` and replace Bootstrap's default stylesheet.
1819

19-
You can import a theme into your styles using SASS.
20+
You can also import the theme into your styles using SASS.
2021

2122
```
22-
@import "csh-material-bootstrap/variables";
23+
@import "csh-material-bootstrap/sass/variables";
2324
@import "bootstrap-sass/assets/stylesheets/bootstrap";
24-
@import "csh-material-bootstrap/csh-material-bootstrap";
25+
@import "csh-material-bootstrap/sass/csh-material-bootstrap";
2526
```
2627

2728
Development

0 commit comments

Comments
 (0)