From a17a896ab36f19acf0c8a5486f2ba4139fab1a80 Mon Sep 17 00:00:00 2001 From: gmarik Date: Thu, 26 May 2011 18:21:10 -0500 Subject: [PATCH] do not use shell lexer - as it doesn't exist --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 519c777..16c9de6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 1. Setup [Vundle]: - ```shell + ``` $ git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle ``` @@ -83,7 +83,7 @@ see [`:h vundle`](vundle/blob/master/doc/vundle.txt#L1) vimdoc for more details. **A** This is the case of invalid name used with `Bundle`, which leads to attempt to clone nonexistent repo: - ```shell + ``` git clone http://github.com/gmarik/non_existin_repo Cloning into non_existin_repo... Username: