Skip to content

Commit 20e95b2

Browse files
authored
Add correct package name to installation guide
1 parent 832876b commit 20e95b2

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
@@ -8,13 +8,13 @@ Multiselect component built on the back of stimulus and html select tag. Works w
88
If 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

0 commit comments

Comments
 (0)