Skip to content

Commit 1b64392

Browse files
committed
Fix bootstrap.js path in README
1 parent 3f7bc41 commit 1b64392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LiveComponent/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ composer require symfony/ux-live-component
7373

7474
This comes with an embedded JavaScript Stimulus controller. Unlike
7575
other Symfony UX packages, this needs to be enabled manually
76-
in your `config/bootstrap.js` file:
76+
in your `assets/bootstrap.js` file:
7777

7878
```js
79-
// config/bootstrap.js
79+
// assets/bootstrap.js
8080
import LiveController from '@symfony/ux-live-component';
8181
import '@symfony/ux-live-component/styles/live.css';
8282
// ...

0 commit comments

Comments
 (0)