From 50b52b8f9ded9cceaf4c024cb6ee5e54a0be670a Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Thu, 2 Jun 2016 11:01:58 -0700 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5091d36..7a3008c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ - Supports Vuex - Select Single/Multiple Options - Bootstrap Friendly Markup -- +90% Test Coverage +- +95% Test Coverage #### Upcoming/In Progress @@ -18,12 +18,13 @@ - Rich Option Templating - Asyncronous Option Loading -## Demo +## Live Examples & Docs [http://sagalbot.github.io/vue-select/](http://sagalbot.github.io/vue-select/) ## Install / Usage +vue-select is now published on npm, **huge thanks to [@onefriendaday](https://github.com/onefriendaday)** for changing ownership of [his package](https://github.com/onefriendaday/vue-select). ``` bash -$ npm install sagalbot/vue-select +$ npm install vue-select ``` ```html