diff --git a/README.md b/README.md index a40a640..de2068d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ To install via npm, simply do the following: ```bash $ npm install boxicons --save ``` +import the module +```javscript +import 'boxicons/css/boxicons.css'; +``` ## Usage 1. Include the stylesheet on your document's `` @@ -59,4 +63,4 @@ Boxicons is licensed under the MIT license. (http://opensource.org/licenses/MIT) Pull requests are the way to go here. I apologise in advance for the slow action on pull requests and issues. -Caught a mistake or want to contribute to the documentation? [Edit this page on Github](https://github.com/atisawd/boxicons/blob/master/README.md) \ No newline at end of file +Caught a mistake or want to contribute to the documentation? [Edit this page on Github](https://github.com/atisawd/boxicons/blob/master/README.md)