Skip to content

Commit 6aaa0dd

Browse files
authored
Update library description and fix demo link
1 parent 5b0b413 commit 6aaa0dd

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22

33
# ChoicesJS Web Component
44

5-
Select Web Component. It just wraps [ChoicesJS][choicesjs] library using [StencilJS][stenciljs].
5+
Select component which just wraps [ChoicesJS][choicesjs] in a real [Web Component][web-component]. It has been created using [StencilJS][stenciljs], and written with [_Typescript_][typescript] and [_JSX_][jsx].
66

7-
The demo is available at [**adidas.github.io/choicesjs-stencil**][demo].
7+
This component allows the user to select from dropdowns, to browser between multiple options, to add tags to an input, etc.
88

9-
The Select component allows a user to select from dropdowns, browser between multiple options, add tags to an input, etc...
10-
11-
This is a real [_Web Component_][web-component] which has been created with [_StencilJS_ library][stenciljs].
12-
13-
It is written using [_Typescript_][typescript] with [_JSX_][jsx].
9+
Play with it on the [**demo**][demo] page.
1410

1511
## Use cases
1612

@@ -208,7 +204,7 @@ For further information open the [adidas terms and conditions][terms-and-conditi
208204

209205
[choicesjs]: https://github.com/jshjohnson/Choices
210206
[choicesjs-documentation]: https://github.com/jshjohnson/Choices/tree/master
211-
[demo]: https://adidas.github.io/choicesjs-stencil
207+
[demo]: https://adidas.github.io/choicesjs-stencil/
212208
[jest]: https://jestjs.io/
213209
[jsx]: https://jsx.github.io/
214210
[peer-dependencies]: https://docs.npmjs.com/files/package.json#peerdependencies

0 commit comments

Comments
 (0)