Skip to content

Commit 91029e6

Browse files
committed
chore: fix some instruction typos
1 parent 7e2aefc commit 91029e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ with this code in place, we can use the following CSP meta tag (which is what we
8282
### Installation / Structure
8383
There are multiple ways to use the library
8484
1. `dist/browser`: Standalone build which assigns `multipleSelect` on the `window.multipleSelect` object
85-
- browser standalone means that you can simply load it with `<script></script>` and then `multipleSelect('#mySelect')`
86-
- 2 builds are available CJS (`.cjs`) and ESM (`.js`) and for ESM you will need to load it with `<script type="module">`
85+
- browser standalone means that you can simply load it with `<script></script>` and then `multipleSelect('#mySelect')`
86+
- 2 builds are available CJS (`.cjs`) and ESM (`.js`) and for ESM you will need to load it with `<script type="module">`
8787
2. `cjs`: to use as CommonJS with `require('multiple-select-vanilla')`
8888
3. `esm`: to use as ESM with `import from 'multiple-select-vanilla'`
8989

@@ -103,7 +103,7 @@ dist/
103103
multiple-select-fr-FR.cjs # French locale as CJS
104104
multiple-select-fr-FR.js # French locale as ESM
105105
...
106-
styles/ # CSS and SASS styles
106+
styles/ # CSS and SASS Stylings
107107
css/
108108
sass/
109109
types/ # d.ts Type Definitions

0 commit comments

Comments
 (0)