Skip to content

Commit 12665a5

Browse files
authored
bump readmes (sagalbot#831)
1 parent 3056f47 commit 12665a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vue-select ![Current Release](https://img.shields.io/github/release/sagalbot/vue-select.svg?style=flat-square) ![Bundle Size](https://img.shields.io/bundlephobia/min/vue-select.svg?style=flat-square) ![Monthly Downloads](https://img.shields.io/npm/dm/vue-select.svg?style=flat-square) ![Code Coverage](https://img.shields.io/coveralls/github/sagalbot/vue-select.svg?style=flat-square) ![Maintainability Score](https://img.shields.io/codeclimate/maintainability/sagalbot/vue-select.svg?style=flat-square) ![MIT License](https://img.shields.io/github/license/sagalbot/vue-select.svg?style=flat-square)
1+
# vue-select ![Current Release](https://img.shields.io/github/release/sagalbot/vue-select.svg?style=flat-square) ![Bundle Size](https://flat.badgen.net/bundlephobia/min/vue-select) ![Monthly Downloads](https://img.shields.io/npm/dm/vue-select.svg?style=flat-square) ![Code Coverage](https://img.shields.io/coveralls/github/sagalbot/vue-select.svg?style=flat-square) ![Maintainability Score](https://img.shields.io/codeclimate/maintainability/sagalbot/vue-select.svg?style=flat-square) ![MIT License](https://img.shields.io/github/license/sagalbot/vue-select.svg?style=flat-square)
22

33
> **Everything you wish the HTML `<select>` element could do, wrapped up into a lightweight, zero
44
dependency, extensible Vue component.**

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Vue Select
22

33
![Current Release](https://img.shields.io/github/release/sagalbot/vue-select.svg?style=flat-square)
4-
![Bundle Size](https://img.shields.io/bundlephobia/min/vue-select.svg?style=flat-square)
4+
![Bundle Size](https://flat.badgen.net/bundlephobia/min/vue-select)
55
![Monthly Downloads](https://img.shields.io/npm/dm/vue-select.svg?style=flat-square)
66
![Code Coverage](https://img.shields.io/coveralls/github/sagalbot/vue-select.svg?style=flat-square)
77
![Maintainability Score](https://img.shields.io/codeclimate/maintainability/sagalbot/vue-select.svg?style=flat-square)
88
![MIT License](https://img.shields.io/github/license/sagalbot/vue-select.svg?style=flat-square)
99

1010
> Everything you wish the HTML `<select>` element could do, wrapped
11-
up into a zero dependency, highly extensible Vue component.
11+
up into a lightweight, extensible Vue component.
1212

1313
Vue Select is a feature rich select/dropdown/typeahead component. It provides a default
1414
template that fits the 80% use case for a select dropdown. Here it is by default:

0 commit comments

Comments
 (0)