Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit e9e27f5

Browse files
eiannonewouterj
authored andcommitted
Substituted (invalid) single quotes with double on version string
Conflicts: book/installation.rst
1 parent c746006 commit e9e27f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ and then get the Symfony CMF code with it (this may take a while):
6060

6161
.. code-block:: bash
6262
63-
$ composer create-project symfony-cmf/standard-edition <path-to-install> ~1.2
63+
$ composer create-project symfony-cmf/standard-edition <path-to-install> "~1.2"
6464
$ cd <path-to-install>
6565
6666
.. note::

0 commit comments

Comments
 (0)