Skip to content

Commit 11ac563

Browse files
committed
Fixed some bash comments
1 parent a4451ce commit 11ac563

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/installation.rst

+3-3
Original file line numberDiff line numberDiff 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>`

0 commit comments

Comments
 (0)