From 11d4c6af6a5c88945c9566e28f33bd07a1ce92ff Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Sat, 7 Apr 2012 18:38:17 +0300 Subject: [PATCH] [doc] Remove backticks in intro doc --- doc/intro.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/intro.rst b/doc/intro.rst index 06eabd8..9a91177 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -60,7 +60,7 @@ Installing via Composer .. code-block:: bash - curl -s http://getcomposer.org/installer | php`` + curl -s http://getcomposer.org/installer | php 2. Create a ``composer.json`` file in your project root: -- 1.7.2.5