Skip to content

Commit 907d8ee

Browse files
bencodezenfgiraud
authored and
fgiraud
committed
docs: Remove next recommendation (#1862)
The `next` flag seems like an artifact for those who are not on the latest VuePress. Since we are on VuePress 1.0, this should not be the default install path
1 parent 7f6391e commit 907d8ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/docs/plugin/official/plugin-google-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ metaTitle: Google Analytics Plugin | VuePress
1111
## Install
1212

1313
```bash
14-
yarn add -D @vuepress/plugin-google-analytics@next
15-
# OR npm install -D @vuepress/plugin-google-analytics@next
14+
yarn add -D @vuepress/plugin-google-analytics
15+
# OR npm install -D @vuepress/plugin-google-analytics
1616
```
1717

1818
## Usage

0 commit comments

Comments
 (0)