From b90216e1964612e372df03952cd55c63ab2333ba Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 27 Apr 2017 17:35:35 +0200 Subject: [PATCH] Add the new %VAR_DIR% to the docs --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e419c3c3..36cbf070 100644 --- a/README.rst +++ b/README.rst @@ -137,8 +137,8 @@ directory of the application: The ``%BIN_DIR%`` string is a special value that it's turned into the absolute path of the binaries directory of the Symfony application. These are the special variables available: ``%BIN_DIR%``, ``%CONF_DIR%``, ``%ETC_DIR%``, ``%SRC_DIR%`` -and ``%WEB_DIR%``. You can also access to any variable defined in the ``extra`` -section of your ``composer.json`` file: +``%VAR_DIR%`` and ``%WEB_DIR%``. You can also access to any variable defined in +the ``extra`` section of your ``composer.json`` file: .. code-block:: json