Skip to content

Commit e1a80ad

Browse files
committed
Fixes reported by reviewers
1 parent cf96b9a commit e1a80ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ application:
3535
$ symfony new --full my_project_name
3636
3737
# run this if you are building a microservice, console application or API
38-
$ symfony new my-project
38+
$ symfony new my_project_name
3939
4040
The only difference between these two commands is the number of packages
4141
installed by default. The ``--full`` option installs all the packages that you
4242
usually need to build web applications, so the installation size will be bigger.
4343

4444
If you can't or don't want to `install Symfony`_ for any reason, run these
45-
commands to create the new Symfony applications using Composer:
45+
commands to create the new Symfony application using Composer:
4646

4747
.. code-block:: terminal
4848
@@ -201,7 +201,7 @@ According to the :doc:`Symfony release process </contributing/community/releases
201201
"long-term support" (or LTS for short) versions are published every two years.
202202
Check out the `Symfony roadmap`_ to know which is the latest LTS version.
203203

204-
By default, the commands that create new Symfony applications use the latest
204+
By default, the command that creates new Symfony applications uses the latest
205205
stable version. If you want to use an LTS version, add the ``--version`` option:
206206

207207
.. code-block:: terminal

0 commit comments

Comments
 (0)