Skip to content

Commit bb96ce9

Browse files
authored
Update README.rst
1 parent 3bb53b8 commit bb96ce9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,12 @@ script (``php-script`` for PHP scripts, ``script`` for any shell script and
222222
.. code-block:: json
223223
224224
{
225-
"auto-scripts": {
226-
"vendor/bin/security-checker security:check": "php-script",
227-
"make cache-warmup": "script",
228-
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
225+
"scripts": {
226+
"auto-scripts": {
227+
"vendor/bin/security-checker security:check": "php-script",
228+
"make cache-warmup": "script",
229+
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
230+
}
229231
}
230232
}
231233

0 commit comments

Comments
 (0)