Skip to content

Commit 999549b

Browse files
committed
docs: correct @next install branch (#46)
1 parent d150714 commit 999549b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/prologue/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ NPM or Yarn are the recommended methods of installing Vuex ORM.
88

99
``` sh
1010
# Install using NPM.
11-
npm install @vuex-orm/core --save
11+
npm install @vuex-orm/core@next --save
1212

1313
# Install using Yarn.
14-
yarn add @vuex-orm/core
14+
yarn add @vuex-orm/core@next
1515
```
1616

1717
For non-Typescript users, the following Babel plugins should be installed and configured:

0 commit comments

Comments
 (0)