Commit 0e8b553f authored by Gustavo Pantuza's avatar Gustavo Pantuza Committed by GitHub

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'.
parent 1069f1fa
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment