Skip to content

Commit f14f63f

Browse files
committed
demo code formatting
1 parent 7b4b1ee commit f14f63f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ Project
1919
**Demos and API Docs:** https://gitbrent.github.io/bootstrap-switch-button/
2020

2121
```typescript
22-
<BootstrapSwitchButton
23-
onlabel='Admin User'
24-
offlabel='Regular User'
25-
checked={false}
26-
/>
22+
<BootstrapSwitchButton onlabel='Admin User' offlabel='Regular User' checked={false}/>
2723
```
2824

2925
![Demo GIF](https://github.com/gitbrent/bootstrap-switch-button-react/blob/master/img/demo.gif?raw=true)

0 commit comments

Comments
 (0)