Skip to content

Commit b0dbd52

Browse files
authored
Update README.md
1 parent fe803d1 commit b0dbd52

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,22 @@
55
<img width="200" alt="screen shot 2018-03-01 at 10 33 39" src="https://user-images.githubusercontent.com/1577802/36840220-21beb89c-1d3c-11e8-98a4-45fc334842cf.png">
66
</a>
77

8-
### Vue.js 2 toggle / switch button - simple, pretty, customizable.
8+
### Vue.js toggle/switch button.
99

1010
![Imgur](http://i.imgur.com/a2Hf7pm.png)
1111

1212
Feel free to ask questions or propose features in the "Issues" section
1313

1414
[Live demo here](http://vue-js-toggle-button.yev.io/)
1515

16-
Install:
16+
### Install
17+
1718
```bash
1819
npm install vue-js-toggle-button --save
1920
```
2021

22+
### Import
23+
2124
Import plugin:
2225

2326
```javascript
@@ -35,7 +38,8 @@ import { ToggleButton } from 'vue-js-toggle-button'
3538
Vue.component('ToggleButton', ToggleButton)
3639
```
3740

38-
Use:
41+
### Use
42+
3943
```xml
4044
<toggle-button @change="onChangeEventHandler"/>
4145

0 commit comments

Comments
 (0)