From 9fc4af9eb11db5f5027763f0398d19f2f5ca303a Mon Sep 17 00:00:00 2001 From: gryf Date: Tue, 7 Oct 2014 19:37:24 +0200 Subject: [PATCH] Readme code block fix --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 12fc43c..1528684 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ of it. After cloning, it is necessary to install NeoBundle_. Possibly the easiest way to make it (as described in the NeoBundle README file) is like this: -.. code::shell-session +.. code:: shell-session $ curl https://raw.githubusercontent.com/Shougo/neobundle.vim/master/bin/install.sh | sh