Skip to content

Commit 293a232

Browse files
hydraheimtmorehouse
authored andcommitted
chore(docs): Update README.md re IE11 (bootstrap-vue#866)
* Update README.md Updates to section regarding IE11 and better formatting.
1 parent 7d05a42 commit 293a232

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ If you want to support older IE, Android and IOS devices, you may want to use
3333

3434
**IE 11**
3535

36-
You'll need babel-polyfill for BootstrapVue to work properly. In order to support this browser:
37-
- npm install babel-polyfill --save
36+
You'll need babel-polyfill for BootstrapVue to work properly. In order to support this browser, you must include `babel-polyfill` in your project:
37+
38+
- `npm install babel-polyfill --save` or `yarn add babel-polyfill`
3839
- Import it in your app main entry point with `import 'babel-polyfill'`

0 commit comments

Comments
 (0)