changeset 36:f9abc2e2aa90

Fixed incorrect URL in README.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 13 Feb 2012 15:41:45 -0800
parents c3958d29878e
children 42c40b8144f8
files README.markdown
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.markdown	Wed Dec 28 11:24:53 2011 -0800
+++ b/README.markdown	Mon Feb 13 15:41:45 2012 -0800
@@ -11,7 +11,7 @@
 The recommended method to install Lawrencium is to use [Pathogen][], also from Tim Pope:
 
     cd ~/.vim/bundle
-    hg clone https://bitbucket.org/ludovicchabant/lawrencium
+    hg clone https://bitbucket.org/ludovicchabant/vim-lawrencium
 
 You can then update the help tags with `:call pathogen#helptags()` and browse Lawrencium's help pages with `:help lawrencium`.