From 140ba60d9b62aee9cb1adf434d490a153eea0a6a Mon Sep 17 00:00:00 2001
From: amix <amix@amix.dk>
Date: Wed, 30 May 2012 13:06:22 -0400
Subject: [PATCH] Fixed some typos

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 7866b01b..b2734909 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ This vimrc even works on Windows!
 
 ## What plugins are included?
 
-I recommend reading the docs of each of these plugins to understand them better. Each of them provide a much better Vim experience!
+I recommend reading the docs of these plugins to understand them better. Each of them provide a much better Vim experience!
 
 * [pathogen.vim](https://github.com/tpope/vim-pathogen): Manages the runtime path of the plugins (this and git submodules)
 * [YankRing](https://github.com/vim-scripts/YankRing.vim): Maintains a history of previous yanks, changes and deletes
@@ -81,13 +81,13 @@ I recommend reading the docs of each of these plugins to understand them better.
 
 ## How to include your own stuff?
 
-After you have installed the setup you can create **~/.vim_runtime/my_configs.vim** to fill in any configurations that are important for for. For instance, my **my_configs.vim** looks like this:
+After you have installed the setup you can create **~/.vim_runtime/my_configs.vim** to fill in any configurations that are important for you. For instance, my **my_configs.vim** looks like this:
 
 	~/.vim_runtime (master)> cat my_configs.vim
 	map <leader>ct :cd ~/Desktop/Todoist/todoist<cr>
 	map <leader>cw :cd ~/Desktop/Wedoist/wedoist<cr> 
 
-You can also install your own plugins, for instance, via pathogen:
+You can also install your own plugins, for instance, via pathogen we can install [vim-rails](https://github.com/tpope/vim-rails):
 
 	cd ~/.vim_runtime
 	git clone git://github.com/tpope/vim-rails.git sources_plugins/vim-rails