From 6ba282e22b352ae44e02c829c9129b4a2c8b864b Mon Sep 17 00:00:00 2001 From: Bagus Erlang Date: Wed, 27 Nov 2019 13:21:13 +0800 Subject: [PATCH] uppercase --- setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.rst b/setup.rst index b6ccd34210b..f9585b1eb6a 100644 --- a/setup.rst +++ b/setup.rst @@ -237,7 +237,7 @@ stable version. If you want to use an LTS version, add the ``--version`` option: .. code-block:: terminal - # use the most recent 'lts' version + # use the most recent LTS version $ symfony new my_project_name --version=lts # use the 'next' Symfony version to be released (still in development)