diff --git a/README.md b/README.md index a7fb2a76..8d93b3f8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Check out [the demo at this link](http://fezvrasta.github.io/bootstrap-material- ## How to install - BOWER: bower install bootstrap-material-design --save + Bower: bower install bootstrap-material-design --save Meteor: meteor add fezvrasta:bootstrap-material-design ## Use our CDN @@ -29,6 +29,10 @@ The SASS files are in the source just in case someone wants to update the source Navigate to the `dist/` folder in this repository, and you will see the `test.html` file, which has the CSS include statements, in the `head` section and the JS includes just before `body` section closes. You need to copy the `dist/` folder to the root of your project, ensuring that all the files in your project can access the files through the relative URL, supplied in the CSS and the JS includes. +#### material-wfont.css or material.css? + +The only difference is that `material-wfont.css` has the Google web fonts included. + ## Development We are using Grunt to automate the workflow and build process. Ensure you have nodejs installed and grunt-cli installed globally.