From 45d45473de0eb1845c0b535d521b3e848d4b5203 Mon Sep 17 00:00:00 2001 From: Joshua Appelman Date: Sat, 6 Oct 2012 23:23:46 +0200 Subject: [PATCH] Fixes URL to vim-hdevtools.git on github. The installation guide was telling the user to clone hdevtools.git, where it meant vim-hdevtools.git --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af66416..5aeb2ae 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Installation is the recommended way: cd ~/.vim/bundle - git clone https://github.com/bitc/hdevtools.git + git clone https://github.com/bitc/vim-hdevtools.git 3. Configure your keybindings in your `.vimrc` file. I recommend something like: