From d6e95a4deeac364c76ed5368baa5aaa788725393 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Sat, 14 Dec 2019 12:40:01 +1300 Subject: [PATCH] docs: fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50f8d52..22e7269 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ $ rvm use ruby-2.0.0-p576 && katon add 'bundle exec unicorn' --env GEM_PATH # Will use GEM_PATH previously set by rvm ``` -For Node users, to keep access to katon CLI accross Node versions, add an alias to your .profile and reopen the Terminal. +For Node users, to keep access to katon CLI across Node versions, add an alias to your .profile and reopen the Terminal. ```bash echo "alias katon=`which katon`" >> ~/.profile @@ -145,7 +145,7 @@ If you're stuck, feel free to create an issue. $ npm rm -g katon ``` -This will run the uninstall script wich does basically `katon stop && sudo katon uninstall`. To remove katon completely, run also `rm -rf ~/.katon`. +This will run the uninstall script which does basically `katon stop && sudo katon uninstall`. To remove katon completely, run also `rm -rf ~/.katon`. # Credits