Skip to content

Commit

Permalink
change highlighting from console to shell
Browse files Browse the repository at this point in the history
IMHO looks nicer
  • Loading branch information
gmarik committed May 26, 2011
1 parent 2bd69c1 commit 87cc943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

1. Setup [Vundle]:

```console
```shell
$ git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
```

Expand Down Expand Up @@ -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:
```console
```shell
git clone http://github.com/gmarik/non_existin_repo
Cloning into non_existin_repo...
Username:
Expand Down

0 comments on commit 87cc943

Please sign in to comment.