Skip to content

Commit

Permalink
Fix a stupid typo in the README, sorry @jbylsma
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Jan 21, 2012
1 parent 93eb93f commit 710bab6
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 @@ -96,14 +96,14 @@ This directory is treated like a normal pathogen directory. For example:

```bash
$ cd ~/.janus
$ git checkout git://github.com/vim-scripts/Rename2.git rename2
$ git clone https://github.com/vim-scripts/Rename2.git rename2
```

Or, if you have a git repository in `~/.janus`, you can use a submodule:

```bash
$ cd ~/.janus
$ git submodule add git://github.com/vim-scripts/Rename2.git rename2
$ git submodule add https://github.com/vim-scripts/Rename2.git rename2
```

If you would like to disable an included plug-in, you can do that with
Expand Down

0 comments on commit 710bab6

Please sign in to comment.