From 0335a806f1aedc4f929b24aeabdebf4208d12ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Fiolhais?= Date: Wed, 27 Apr 2016 19:36:00 +0100 Subject: [PATCH] Small Readme Fixes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51b295e..93e99d2 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Remove a theme or package. Reload Oh My Fish and all plugins by using `exec` to replace current shell process with a brand new. -> This command try to be as safe as possible, mitigating side-effects caused by `exec` and preventing the reload in case of background processes. +> This command tries to be as safe as possible, mitigating side-effects caused by `exec` and preventing the reload in case of background processes. #### `omf new pkg | theme` _``_ @@ -79,6 +79,7 @@ Scaffold out a new package or theme. #### `omf submit` _`pkg/`_ _`[]`_ Add a new package. To add a theme, use `omf submit` _`themes/`_ _``_. +Please note that the _`[]`_ portion of the command should be the url to your repo on github. For example, with the `example` plugin, the command run should be `omf submit pkg/example https://github.com/oh-my-fish/example`. Make sure to [send us a PR][omf-pulls-link] to update the registry.