Merge pull request #52 from cclay/patch-1

Update how_to_create_plugin.md
This commit is contained in:
Bruno Sutic
2015-10-08 01:16:46 +02:00

View File

@ -104,5 +104,5 @@ If the plugin is on Github, your users will be able to use the shorthand of
Hopefully, that was easy. As you can see, it's mostly shell scripting.
You can use other scripting languages (ruby, phyton etc) but plain old shell
You can use other scripting languages (ruby, python etc) but plain old shell
is preferred because of portability.