File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ with this code in place, we can use the following CSP meta tag (which is what we
82
82
### Installation / Structure
83
83
There are multiple ways to use the library
84
84
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"> `
87
87
2 . ` cjs ` : to use as CommonJS with ` require('multiple-select-vanilla') `
88
88
3 . ` esm ` : to use as ESM with ` import from 'multiple-select-vanilla' `
89
89
@@ -103,7 +103,7 @@ dist/
103
103
multiple-select-fr-FR.cjs # French locale as CJS
104
104
multiple-select-fr-FR.js # French locale as ESM
105
105
...
106
- styles/ # CSS and SASS styles
106
+ styles/ # CSS and SASS Stylings
107
107
css/
108
108
sass/
109
109
types/ # d.ts Type Definitions
You can’t perform that action at this time.
0 commit comments