From 2a4b0b4933191ea301bd0734b31f1bce0cdd043d Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Fri, 1 Jun 2018 09:37:50 -0500 Subject: [PATCH] Use version name in installer command --- setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.rst b/setup.rst index 39f90b6f6c9..1ef24fbe5e0 100644 --- a/setup.rst +++ b/setup.rst @@ -59,7 +59,7 @@ with the ``new`` command: .. code-block:: terminal - $ symfony new my_project_name + $ symfony new my_project_name 3.4 This command creates a new directory called ``my_project_name/`` that contains an empty project based on the most recent stable Symfony version available. In