From 63aacd4570a86f81cd83cafb6c15d535abaadaec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sajn=C3=B3g?= Date: Sun, 31 Dec 2017 17:04:05 +0100 Subject: [PATCH] Update readme --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 871384de1..4ef106767 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,6 @@ > Official ESLint plugin for Vue.js -## :exclamation: Attention - this is documentation for version `4.x` :exclamation: - -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`. - -Please try it and report any issues that you might have encountered. - -If you want to check previous releases [go here](https://github.com/vuejs/eslint-plugin-vue/releases). - ## :art: Playground on the Web You can try this plugin on the Web. @@ -28,7 +20,7 @@ You can try this plugin on the Web. ## :cd: Installation ```bash -npm install --save-dev eslint eslint-plugin-vue@next +npm install --save-dev eslint eslint-plugin-vue ``` ## :rocket: Usage