Skip to content

Commit 253feea

Browse files
committed
fix readme
1 parent ba59965 commit 253feea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![NPM](https://img.shields.io/npm/v/svelte-switch.svg)](https://www.npmjs.com/package/svelte-switch)
44
[![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/svelte-switch.svg)](https://www.npmjs.com/package/svelte-switch)
55

6-
SvelteJS component for switch or toggle a boolean.The component is Svelte implementation of [react-switch](https://github.com/markusenglund/react-switch).
6+
SvelteJS component for switch or toggle a boolean. User would be able to drag or click for toggling.
77

88
## Demo
99

@@ -82,7 +82,7 @@ The switch is {checkedValue ? 'on' : 'off'}.
8282

8383
## Credits
8484

85-
Component is reimplementation [react-switch](https://github.com/markusenglund/react-switch). Complete credit goes to author and contributors of [react-dropzone](https://github.com/markusenglund/react-switch).
85+
Component is reimplementation [react-switch](https://github.com/markusenglund/react-switch). Complete credit goes to author and contributors of [react-switch](https://github.com/markusenglund/react-switch).
8686

8787
## License
8888

0 commit comments

Comments
 (0)