Skip to content

Commit 8ef2bdb

Browse files
committed
fixed typo
1 parent f7a4bcf commit 8ef2bdb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

book/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ Distribution:
5757

5858
.. code-block:: bash
5959
60-
php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.3.0
60+
php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony 2.3.*
6161
6262
.. tip::
6363

64-
For an exact version, replace `2.3.0` with the latest Symfony version
65-
(e.g. 2.2.1). For details, see the `Symfony Installation Page`_
64+
For an exact version, replace "2.3.0" with the latest Symfony version.
65+
For details, see the `Symfony Installation Page`_
6666

6767
.. tip::
6868

quick_tour/the_big_picture.rst

Lines changed: 4 additions & 4 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.0
79+
$ composer.phar create-project symfony/framework-standard-edition path/to/install 2.3.*
8080
8181
# remove the Git history
8282
$ rm -rf .git
83-
84-
For an exact version, replace `2.3.0` with the latest Symfony version
85-
(e.g. 2.1.1). For details, see the `Symfony Installation Page`_
83+
84+
For an exact version, replace "2.3.0" with the latest Symfony version.
85+
For details, see the `Symfony Installation Page`_
8686

8787
.. tip::
8888

0 commit comments

Comments
 (0)