Skip to content

Commit bd96842

Browse files
committed
fix: add beta flag
1 parent ad975b6 commit bd96842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/pages/GettingStarted.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
<p>You can install Vue Material through NPM or Yarn:</p>
1717
<code-example :title="$t('pages.gettingStarted.npmOrYarn')" label="Shell" lang="shell">
18-
$ npm install vue-material --save
19-
$ yarn add vue-material
18+
$ npm install vue-material@beta --save
19+
$ yarn add vue-material@beta
2020
</code-example>
2121
</div>
2222

0 commit comments

Comments
 (0)