Skip to content

Commit bd74545

Browse files
committed
minor #35 Add the new %VAR_DIR% to the docs (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Add the new %VAR_DIR% to the docs Commits ------- b90216e Add the new %VAR_DIR% to the docs
2 parents 711b975 + b90216e commit bd74545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ directory of the application:
137137
The ``%BIN_DIR%`` string is a special value that it's turned into the absolute
138138
path of the binaries directory of the Symfony application. These are the special
139139
variables available: ``%BIN_DIR%``, ``%CONF_DIR%``, ``%ETC_DIR%``, ``%SRC_DIR%``
140-
and ``%WEB_DIR%``. You can also access to any variable defined in the ``extra``
141-
section of your ``composer.json`` file:
140+
``%VAR_DIR%`` and ``%WEB_DIR%``. You can also access to any variable defined in
141+
the ``extra`` section of your ``composer.json`` file:
142142

143143
.. code-block:: json
144144

0 commit comments

Comments
 (0)