8000 Update installation.rst · symfony/symfony-docs@3433e50 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3433e50

Browse files
Francisco Corrales Moralesjaviereguiluz
Francisco Corrales Morales
authored andcommitted
Update installation.rst
Its better to use e.g. here cause that is just an example. Doesn't always going to be in that path.
1 parent f684bdd commit 3433e50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bundles/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ version, include it as the second argument of the `composer require`_ command:
4949
B) Enable the Bundle
5050
--------------------
5151

52-
At this point, the bundle is installed in your Symfony project (in
52+
At this point, the bundle is installed in your Symfony project (e.g.
5353
``vendor/friendsofsymfony/``) and the autoloader recognizes its classes.
5454
The only thing you need to do now is register the bundle in ``AppKernel``::
5555

@@ -108,14 +108,14 @@ via the ``config:dump-reference`` command:
108108

109109
.. code-block:: terminal
110110
111-
$ app/console config:dump-reference AsseticBundle
111+
$ bin/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-
$ app/console config:dump-reference assetic
118+
$ bin/console config:dump-reference assetic
119119
120120
The output will look like this:
121121

0 commit comments

Comments
 (0)
0