]> git.wincent.com - pinnacle.git/commitdiff
doc: Fix straggling references 0.1
authorGreg Hurrell <greg@hurrell.net>
Wed, 30 Mar 2016 14:59:38 +0000 (07:59 -0700)
committerGreg Hurrell <greg@hurrell.net>
Wed, 30 Mar 2016 14:59:38 +0000 (07:59 -0700)
To Docvim, and the script number placeholder.

README.md

index 89417d0eca5122de96feac72803f51af33229ea3..784fbb418189c345de77ce3396d8e7a71a1d0357 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Pinnacle provides functions for manipulating `:highlight` groups.
 
 To install Pinnacle, use your plug-in management system of choice.
 
-If you don't have a "plug-in management system of choice", I recommend Pathogen (https://github.com/tpope/vim-pathogen) due to its simplicity and robustness. Assuming that you have Pathogen installed and configured, and that you want to install vim-docvim into `~/.vim/bundle`, you can do so with:
+If you don't have a "plug-in management system of choice", I recommend Pathogen (https://github.com/tpope/vim-pathogen) due to its simplicity and robustness. Assuming that you have Pathogen installed and configured, and that you want to install Pinnacle into `~/.vim/bundle`, you can do so with:
 
 ```
 git clone https://github.com/wincent/pinnacle.git ~/.vim/bundle/pinnacle
@@ -85,10 +85,10 @@ git push github master --follow-tags
 - Produce the release archive:
 
 ```
-git archive -o vim-docvim-$VERSION.zip HEAD -- .
+git archive -o pinnacle-$VERSION.zip HEAD -- .
 ```
 
-- Upload to http://www.vim.org/scripts/script.php?script_id=[TODO]
+- Upload to http://www.vim.org/scripts/script.php?script_id=5360
 
 # Authors