File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,16 +89,16 @@ optional second argument of the ``new`` command:
8989
9090.. code-block :: bash
9191
92- // use the most recent version in any Symfony branch
92+ # use the most recent version in any Symfony branch
9393 $ symfony new my_project_name 2.3
9494 $ symfony new my_project_name 2.5
9595 $ symfony new my_project_name 2.6
9696
97- // use a specific Symfony version
97+ # use a specific Symfony version
9898 $ symfony new my_project_name 2.3.26
9999 $ symfony new my_project_name 2.6.5
100100
101- // use the most recent LTS (Long Term Support) version
101+ # use the most recent LTS (Long Term Support) version
102102 $ symfony new my_project_name lts
103103
104104 Read the :doc: `Symfony Release process </contributing/community/releases >`
You can’t perform that action at this time.
0 commit comments