From 308c9583dce095a6db06cedef7946ad205232094 Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Fri, 11 Mar 2016 11:36:24 -0800 Subject: [PATCH] update readme with travis icon and contributing info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cafd12..ac97942 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# vue-select +# vue-select [![Build Status](https://travis-ci.org/sagalbot/vue-select.svg?branch=master)](https://travis-ci.org/sagalbot/vue-select) -Rather than bringing in jQuery just to use Select2 or Chosen, this Vue.js component provides similar functionality without the extra overhead of jQuery. +Rather than bringing in jQuery just to use Select2 or Chosen, this Vue.js component provides similar functionality without the extra overhead of jQuery, while providing the same awesome data-binding features you expect from Vue. Vue-select has no dependencies other than Vue. ## Demo [http://sagalbot.github.io/vue-select/](http://sagalbot.github.io/vue-select/)