Skip to content

Commit 040d333

Browse files
authored
Merge pull request #63 from coliff/install-npm-readme
Install via NPM instructions
2 parents 7926b8f + 03ddb59 commit 040d333

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ This will load jQuery, PopperJS and Bootstrap as normal on all browsers other th
4848
IE9 will load the `bootstrap-ie9.js` script.
4949
IE8 will load the latest compatible version of jQuery, the unminified Bootstrap JS (the minified version causes an error) and the `bootstrap-ie8.js` fix.
5050

51+
#### Install via NPM
52+
53+
Prefer to install via [NPM](https://www.npmjs.com/package/bootstrap-ie8)? No problem...
54+
55+
`npm install bootstrap-ie8`
56+
57+
5158
### FAQS
5259

5360
**Q. What does this fix/polyfill?**

0 commit comments

Comments
 (0)