Skip to content

Commit dfcd26e

Browse files
authored
Remove warning about @next version from readme (#313)
Remove warning about @next version from readme
1 parent 9129be0 commit dfcd26e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66

77
> Official ESLint plugin for Vue.js
88
9-
## :exclamation: Attention - this is documentation for version `4.x` :exclamation:
10-
11-
This branch contains `eslint-plugin-vue@next` which is a pre-released `4.0`, but it's not the default version that you get with `npm install eslint-plugin-vue`. In order to install this you need to specify either `"eslint-plugin-vue": "next"` in `package.json` or do `npm install eslint-plugin-vue@next`.
12-
13-
Please try it and report any issues that you might have encountered.
14-
15-
If you want to check previous releases [go here](https://github.com/vuejs/eslint-plugin-vue/releases).
16-
179
## :art: Playground on the Web
1810

1911
You can try this plugin on the Web.
@@ -28,7 +20,7 @@ You can try this plugin on the Web.
2820
## :cd: Installation
2921

3022
```bash
31-
npm install --save-dev eslint eslint-plugin-vue@next
23+
npm install --save-dev eslint eslint-plugin-vue
3224
```
3325

3426
## :rocket: Usage

0 commit comments

Comments
 (0)