Merge pull request #51 from kjschiroo/kjschiroo-patch-1

Fixing important typo in readme
This commit is contained in:
Joe Smith 2016-07-01 08:16:24 -07:00 committed by GitHub
commit 7cbbb03a04

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
cp doc/example-plugins/repeat.py plugins/repeat.py
The repeat plugin will now be loaded by the bot on startup.