# HG changeset patch # User Ludovic Chabant # Date 1329176505 28800 # Node ID f9abc2e2aa90cbf5ff04b0b821dbbc39863256dc # Parent c3958d29878e93a22d38e1290159d7873460aba2 Fixed incorrect URL in README. diff -r c3958d29878e -r f9abc2e2aa90 README.markdown --- 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`.