From a8b15ed521c4d5ce229cd259cddbc91a5991cd04 Mon Sep 17 00:00:00 2001 From: PotatoesMaster Date: Tue, 16 Oct 2012 21:18:20 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a7a4f3..6d12724 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a [Vim](http://vim.org) syntax file for [i3](http://i3wm.org/) config fi You can install it using a Vim plugin manager ([Vundle], [Pathogen], …) or just by putting [i3.vim][i3vim] in your `~/.vim/syntax` directory. -I recommend you to add `# vim:set syntax=i3` at the end of your i3 config file, unless you really want to type `set syntax=i3` every time you edit this file. +I recommend you to add `# vim:set syntax=i3` at the end of your i3 config file, unless you really want to type `:set syntax=i3` every time you edit this file. ## Todo @@ -15,4 +15,4 @@ I recommend you to add `# vim:set syntax=i3` at the end of your i3 config file, [Vundle]:http://github.com/gmarik/vundle/ [Pathogen]:http://github.com/tpope/vim-pathogen/ -[i3vim]: http://github.com/PotatoesMaster/i3-vim-syntax/syntax/i3.vim +[i3vim]: http://raw.github.com/PotatoesMaster/i3-vim-syntax/master/syntax/i3.vim