We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f7bc41 + 1b64392 commit 4baa1a3Copy full SHA for 4baa1a3
src/LiveComponent/README.md
@@ -73,10 +73,10 @@ composer require symfony/ux-live-component
73
74
This comes with an embedded JavaScript Stimulus controller. Unlike
75
other Symfony UX packages, this needs to be enabled manually
76
-in your `config/bootstrap.js` file:
+in your `assets/bootstrap.js` file:
77
78
```js
79
-// config/bootstrap.js
+// assets/bootstrap.js
80
import LiveController from '@symfony/ux-live-component';
81
import '@symfony/ux-live-component/styles/live.css';
82
// ...
0 commit comments