Skip to content

Commit bbd2c15

Browse files
committed
Asset mapper: Further docs updates
1 parent f445745 commit bbd2c15

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/index.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,19 @@ bringing the complexity of a React/Vue/Angular application.
1212
Installation
1313
------------
1414

15-
Before you start, make sure you have `Symfony UX configured in your app`_.
15+
Before you start, make sure you have `StimulusBundle configured in your app`_.
1616

1717
Then install the bundle using Composer and Symfony Flex:
1818

1919
.. code-block:: terminal
2020
2121
$ composer require symfony/ux-swup
2222
23-
If you're using WebpackEncore, install your assets and restart Encore. This is
24-
not needed if you're using AssetMapper:
23+
If you're using WebpackEncore, install your assets and restart Encore (not
24+
needed if you're using AssetMapper):
2525

2626
.. code-block:: terminal
2727
28-
# Don't forget to install the JavaScript dependencies as well and compile
2928
$ npm install --force
3029
$ npm run watch
3130
@@ -203,4 +202,4 @@ https://symfony.com/doc/current/contributing/code/bc.html
203202
.. _`the Symfony UX initiative`: https://symfony.com/ux
204203
.. _`StimulusBundle`: https://symfony.com/bundles/StimulusBundle/current/index.html
205204
.. _`Swup Options`: https://swup.js.org/options
206-
.. _`Symfony UX configured in your app`: https://symfony.com/doc/current/frontend/ux.html
205+
.. _StimulusBundle configured in your app: https://symfony.com/bundles/StimulusBundle/current/index.html

0 commit comments

Comments
 (0)