Skip to content

Commit 297af3e

Browse files
committed
[#2688] Minor tweaks to version stuff in create-project
1 parent 404d417 commit 297af3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quick_tour/the_big_picture.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ have a ``Symfony/`` directory that looks like this:
7676

7777
.. code-block:: bash
7878
79-
$ composer.phar create-project symfony/framework-standard-edition path/to/install 2.3.*
79+
$ composer.phar create-project symfony/framework-standard-edition path/to/install 2.3.0
8080
8181
# remove the Git history
8282
$ rm -rf .git
8383
84-
For an exact version, replace "2.3.0" with the latest Symfony version.
85-
For details, see the `Symfony Installation Page`_
84+
For an exact version, replace "2.3.0" with the latest Symfony version
85+
(e.g. 2.3.1). For details, see the `Symfony Installation Page`_
8686

8787
.. tip::
8888

0 commit comments

Comments
 (0)