Skip to content

Commit

Permalink
Fixed example in the readme (#115)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md

* Update README.md

---------

Co-authored-by: David Heinemeier Hansson <david@hey.com>
  • Loading branch information
berti92 and dhh committed Aug 16, 2024
1 parent ae4b675 commit 6b54a97
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 @@ -94,7 +94,7 @@ export { application }

5. Add the following line to `app/javascript/application.js` to import all your controllers:
```javascript
import "controllers"
import "./controllers"
```

6. Finally, add the Stimulus package to yarn:
Expand Down

0 comments on commit 6b54a97

Please sign in to comment.