Update intro.rst

Quote the shell command, since it contains an asterisk (*).
This commit is contained in:
Martin Tournoij
2014-02-13 22:05:06 +01:00
parent b0ee99d6d6
commit d73d612c0b
+1 -1
View File
@@ -33,7 +33,7 @@ The recommended way to install Twig is via Composer:
.. code-block:: bash
composer require twig/twig:1.*
composer require "twig/twig:1.*"
.. note::