Merge pull request #570 from pantuza/master

Typo: Update example to use correct command
This commit is contained in:
Stephen M. Coakley 2017-11-09 14:45:44 -06:00 committed by GitHub
commit cc3f836db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.