Skip to content

Commit d2aa19e

Browse files
committed
readme formatting
1 parent 37ffabf commit d2aa19e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
## Install & Basic Usage
2020

21-
#### Vue Compatibility
21+
###### Vue Compatibility
2222
- `vue ~2.0` use `vue-select ~2.0`
2323
- `vue ~1.0` use `vue-select ~1.0`
2424

25-
## NPM
25+
#### NPM
2626
Install the package. _You should install `vue-select@1.3.3` for use with vue `~1.0`._
2727

2828
```bash
@@ -43,7 +43,7 @@ You may now use the component in your markup
4343
<v-select v-model="selected" :options="['foo','bar']"></v-select>
4444
```
4545

46-
## CDN
46+
#### CDN
4747

4848
Just include `vue` & `vue-select.js` - I recommend using [unpkg](https://unpkg.com/#/).
4949

0 commit comments

Comments
 (0)