From 9f2511783d806fbef46049a20ed6318ac7cf0385 Mon Sep 17 00:00:00 2001 From: Haixing Hu Date: Wed, 7 Oct 2015 17:18:55 +0800 Subject: [PATCH] modify README --- .gitignore | 1 + README.md | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d561d25..e487376 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /lib /coverage /node_modules +npm-debug.log diff --git a/README.md b/README.md index 9387865..5963ef1 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ A Vue.js component implementing the select control with the [jQuery select2 plugin](https://github.com/select2/select2). -Check the project home page: http://haixing-hu.github.io/vue-select/ - # Demo The demo page is [HERE](http://haixing-hu.github.io/vue-select/demo.html).