Update intro.rst
authorMartin Tournoij <martin@arp242.net>
Thu, 13 Feb 2014 21:05:06 +0000 (22:05 +0100)
committerMartin Tournoij <martin@arp242.net>
Thu, 13 Feb 2014 21:05:06 +0000 (22:05 +0100)
Quote the shell command, since it contains an asterisk (*).

doc/intro.rst

index 9f0cdf0..8677d50 100644 (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::