From 3875132b82423bd8a386a2f08a9a757d2db73c90 Mon Sep 17 00:00:00 2001
From: Katya Demidova <demidovakatya@gmail.com>
Date: Sat, 2 Jan 2016 17:56:33 +0300
Subject: [PATCH] Minor Readme fixes

some grammar/punctuation mistakes
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e057ef1..65db1de 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ Oh My Fish installer places its startup code in your fish config file (`~/.confi
 
 ## Startup
 
-Everytime you open a new shell the startup code initializes Oh My Fish installation path and the _config_ path (`~/.config/omf` by default), sourcing the [`init.fish`](init.fish) script afterwards, which autoload packages, themes and your custom init files. For more information check the [FAQ](docs/en-US/FAQ.md#what-does-oh-my-fish-do-exactly).
+Every time you open a new shell, the startup code initializes Oh My Fish installation path and the _config_ path (`~/.config/omf` by default), sourcing the [`init.fish`](init.fish) script afterwards, which autoload packages, themes and your custom init files. For more information check the [FAQ](docs/en-US/FAQ.md#what-does-oh-my-fish-do-exactly).
 
 ## Dotfiles
 
@@ -102,7 +102,7 @@ If you need startup commands to be run *before* Oh My Fish begins loading plugin
 
 ### About the bundle
 
-Everytime a package/theme is installed or removed the `bundle` file is updated. You can also edit it manually and run `omf install` afterwards to satisfy the changes. Please note that while packages/themes added to the bundle gets automagically installed, a package/theme removed from bundle isn't removed from user installation.
+Every time a package/theme is installed or removed, the `bundle` file is updated. You can also edit it manually and run `omf install` afterwards to satisfy the changes. Please note that while packages/themes added to the bundle get automagically installed, a package/theme removed from bundle isn't removed from user installation.
 
 ## Creating Packages
 
-- 
GitLab