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 @@ -8,13 +8,13 @@ Multiselect component built on the back of stimulus and html select tag. Works w
88If you are using a js bundler with ` node_modules ` support (such as esbuild, rollup.js or Webpack) install the package from npm:
99
1010``` plain
11- yarn add stimulus-multiselect
11+ yarn add @wizardhealth/ stimulus-multiselect
1212```
1313
14- If you're using [ importmap-rails] ( https://github.com/rails/importmap-rails ) , you'll need to pin ` stimulus-multiselect ` :
14+ If you're using [ importmap-rails] ( https://github.com/rails/importmap-rails ) , you'll need to pin ` @wizardhealth/ stimulus-multiselect` :
1515
1616``` plain
17- ./bin/importmap pin stimulus-multiselect
17+ ./bin/importmap pin @wizardhealth/ stimulus-multiselect
1818```
1919
2020## Usage
You can’t perform that action at this time.
0 commit comments