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'.
pull/570/head
Gustavo Pantuza 7 years ago committed by GitHub
parent 1069f1fac2
commit 0e8b553fa2

@ -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.

Loading…
Cancel
Save