[doc] Remove backticks in intro doc
authorIgor Wiedler <igor@wiedler.ch>
Sat, 7 Apr 2012 15:38:17 +0000 (18:38 +0300)
committerIgor Wiedler <igor@wiedler.ch>
Sat, 7 Apr 2012 15:38:17 +0000 (18:38 +0300)
doc/intro.rst

index 06eabd8..9a91177 100644 (file)
@@ -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: