Skip to content

Commit 9ee4d82

Browse files
authored
chore: Update getting started
1 parent edc7b20 commit 9ee4d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Vue.use(BootstrapVue)
6868

6969
### Individual components and directives
7070
If for any reason just want to use a specific component, you can do this by directly importing that component.
71-
This is not recommended as entire package gzipped size is ~42Kb!
71+
This is not recommended as entire package gzipped size is ~40Kb (including Popper.js)!
7272

7373
```js
7474
import { bAlert, bBtn, bCollapse } from 'bootstrap-vue/lib/components'

0 commit comments

Comments
 (0)