diff --git a/README.md b/README.md
index 8c07a9e..283c0f3 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ npm run build
npm test
# lint all JS/Vue component files in `src/`
-npm run lint
+npm run eslint
```
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 0bff3e0..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-# Commented sections below can be used to run tests on the CI server
-# https://simulatedgreg.gitbooks.io/electron-vue/content/en/testing.html#on-the-subject-of-ci-testing
-version: 0.1.{build}
-
-branches:
- only:
- - master
-
-image: Visual Studio 2017
-platform:
- - x64
-
-cache:
- - node_modules
- - '%APPDATA%\npm-cache'
- - '%USERPROFILE%\.electron'
- - '%USERPROFILE%\AppData\Local\Yarn\cache'
-
-init:
- - git config --global core.autocrlf input
-
-install:
- - ps: Install-Product node 8 x64
- - choco install yarn --ignore-dependencies
- - git reset --hard HEAD
- - yarn
- - node --version
-
-build_script:
- #- yarn test
- - yarn build
-
-test: off
diff --git a/package.json b/package.json
index 3695a89..9edf9cf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "code-notes",
- "version": "1.1.0",
+ "version": "1.1.1",
"author": "Laurent THIEBAULT