From: Martin Tournoij Date: Thu, 13 Feb 2014 21:05:06 +0000 (+0100) Subject: Update intro.rst X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=d73d612c0b4746cde2f80ee3205ca12b2d77aef3;p=web%2Fkonrad%2Ftwig.git Update intro.rst Quote the shell command, since it contains an asterisk (*). --- diff --git a/doc/intro.rst b/doc/intro.rst index 9f0cdf0..8677d50 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -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::