[go: nahoru, domu]

Skip to content

Commit

Permalink
docs: use @hotwired/stimulus NPM package in the README (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Feb 21, 2024
1 parent 9e6ac3b commit 21ad25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ npx ni stimulus-vite-helpers
You can now register your Stimulus controllers using Vite's [import.meta.glob] and the `registerControllers` helper:

```ts
import { Application } from 'stimulus'
import { Application } from '@hotwired/stimulus'
import { registerControllers } from 'stimulus-vite-helpers'

const application = Application.start()
Expand Down

0 comments on commit 21ad25a

Please sign in to comment.