Typo: Update example to use correct command

When creating new plugins the word 'pkg' does not exist for 'omf new' command.
The correct one is 'omf new plugin'.
This commit is contained in:
Gustavo Pantuza 2017-10-25 19:05:43 -02:00 committed by GitHub
parent 1069f1fac2
commit 0e8b553fa2

View File

@ -17,7 +17,7 @@ To learn package creation let's create a new package that will provide a `hello_
Oh My Fish can scaffold a package structure for you. Use the command `omf new`:
```fish
$ omf new pkg hello_world
$ omf new plugin hello_world
```
> Use `omf new theme my_theme_name` for themes.