Skip to content

Commit 4baa1a3

Browse files
committed
minor #204 Fix bootstrap.js path in README (l-vo)
This PR was merged into the 2.x branch. Discussion ---------- Fix bootstrap.js path in README | Q | A | ------------- | --- | Bug fix? | yes (only documentation) | New feature? | no | Tickets | | License | MIT See https://github.com/symfony/recipes/tree/master/symfony/webpack-encore-bundle/1.9/assets Commits ------- 1b64392 Fix bootstrap.js path in README
2 parents 3f7bc41 + 1b64392 commit 4baa1a3

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)