Skip to content

Commit 9ef4dbd

Browse files
committed
small readme edits
1 parent 156fcb1 commit 9ef4dbd

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@
1212
- +95% Test Coverage
1313

1414
## Documentation
15-
- [Demo & Docs](http://sagalbot.github.io/vue-select/)
16-
- [Live Example on JSBin](http://jsbin.com/saxaru/5/edit?html,js,output)
15+
- **[Demo & Docs](http://sagalbot.github.io/vue-select/)**
16+
- **[Example on JSBin](http://jsbin.com/saxaru/5/edit?html,js,output)**
1717

18-
## Install / Usage
18+
## Install & Basic Usage
1919

20-
**Vue Compatability**
21-
Version `2.x` of vue-select is compatible with Vue `2.x`. If you are on Vue `1.x`, you will need to use `1.x` of vue-select.
20+
#### Vue Compatability
21+
- `vue-select ~2.0` is compatible with `vue ~2.0`
22+
- `vue-select ~1.0` is compatible with `vue ~1.0`
2223

2324
#### NPM
2425

25-
``` bash
26+
```bash
2627
$ npm install vue-select
2728
```
2829

@@ -65,4 +66,4 @@ Vue.component('v-select', VueSelect.VueSelect);
6566

6667
From there you can use as normal. Here's an [example on JSBin](http://jsbin.com/saxaru/5/edit?html,js,output).
6768

68-
**For more information, please visit the [documentation](https://sagalbot.github.io/vue-select)
69+
### For more information, please visit the [vue-select documentation.](https://sagalbot.github.io/vue-select)

0 commit comments

Comments
 (0)