Skip to content

Commit 600d302

Browse files
Francisco Corrales Moralesjaviereguiluz
Francisco Corrales Morales
authored andcommitted
Update installation.rst
This does only apply to Symfony >= 3.0.
1 parent 62bfc21 commit 600d302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ via the ``config:dump-reference`` command:
108108

109109
.. code-block:: terminal
110110
111-
$ bin/console config:dump-reference AsseticBundle
111+
$ app/console config:dump-reference AsseticBundle
112112
113113
Instead of the full bundle name, you can also pass the short name used as the root
114114
of the bundle's configuration:
115115

116116
.. code-block:: terminal
117117
118-
$ bin/console config:dump-reference assetic
118+
$ app/console config:dump-reference assetic
119119
120120
The output will look like this:
121121

0 commit comments

Comments
 (0)