Skip to content

Commit 858c076

Browse files
author
Pooya Parsa
committed
☂ Update README
1 parent 00842da commit 858c076

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Please refer to [Official Documentation](https://bootstrap-vue.github.io) for se
3737

3838
Get it via your favorite package manager:
3939
```bash
40-
$ npm i bootstrap-vue@latest
40+
$ yarn add bootstrap-vue
4141
# OR
42-
$ yarn add bootstrap-vue@latest
42+
$ npm i bootstrap-vue
4343
```
4444

4545
Register components:
@@ -53,12 +53,12 @@ Vue.use(BootstrapVue);
5353

5454
**WEB**
5555

56-
Simply include js inside your HTML templates,(free CDN from Powered by unpkg)
56+
Simply include this inside your HTML templates,(free CDN powered by unpkg)
5757
```html
5858
<script src="https://unpkg.com/bootstrap-vue/dist/bootstrap-vue.js"></script>
5959
```
6060

61-
**NUXT.js**
61+
**NUXT.JS**
6262

6363
If you are using [nuxt.js](https://github.com/nuxt/nuxt.js), you can register bootstrap-vue components using [nuxt helpers](https://github.com/fandogh/nuxt-helpers).
6464

0 commit comments

Comments
 (0)