Skip to content

Commit f70d660

Browse files
authored
docs: fix a few typos and make it more readable
1 parent 90e07f2 commit f70d660

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ npm install multiple-select-vanilla
4343

4444
## Changes vs Original lib (`multiple-select`)
4545
Changes and new options:
46-
- dropped jQuery requirement and rewrite with browser native code.
47-
- rewritten in TypeScript to also add typings support (`d.ts`)
48-
- make the lib CSP compliant (see explanations below)
46+
- dropped jQuery requirement and rewrote with browser native code.
47+
- rewritten in TypeScript to also provide typings support (`d.ts`)
48+
- make the lib CSP compliant (see CSP section below)
4949
- revamped the UI to give it a more Modern Look:
50-
- improve CSS styling and use SVG icons (CSS/SASS variables are also availables)
50+
- improved CSS styling by using SVG icons (CSS/SASS variables are also availables)
5151
- new Dark Mode
5252
- replace tabIndex with a more intuitive navigation & highlight by using arrow keys (or mouse hover)
5353
- show 3 different states on multiple selections (none " ", partial "-", all "🗸")
54-
- add new options:
54+
- add extra options:
5555
- `autoAdjustDropHeight` will automatically adjust the drop (up/down) height by available space (see [demo](https://ghiscoding.github.io/multiple-select-vanilla/#/options30))
5656
- `autoAdjustDropPosition` will find best position (top/bottom) by its available space (see [demo](https://ghiscoding.github.io/multiple-select-vanilla/#/options29))
5757
- `autoAdjustDropWidthByTextSize` automatically set the drop width size by reading the widest list option width

0 commit comments

Comments
 (0)