Merge pull request #52 from gavinsherry/master

Doc fix
This commit is contained in:
Jeff Ammons 2016-07-09 09:57:56 -07:00 committed by GitHub
commit 859dea29f9

View file

@ -48,7 +48,7 @@ Plugins can be installed as .py files in the ```plugins/``` directory OR as a .p
To install the example 'repeat' plugin
mkdir plugins/repeat
cp doc/example-plugins/repeat.py plugins/repeat.py
cp doc/example-plugins/repeat.py plugins/repeat/
The repeat plugin will now be loaded by the bot on startup.