From d73d612c0b4746cde2f80ee3205ca12b2d77aef3 Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Thu, 13 Feb 2014 22:05:06 +0100 Subject: [PATCH] Update intro.rst Quote the shell command, since it contains an asterisk (*). --- doc/intro.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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:: -- 1.7.2.5