Fixing important typo in readme

This commit is contained in:
Kevin Schiroo 2016-06-30 23:19:51 -05:00 committed by GitHub
parent 1a932f9bb7
commit 05f5e73aeb

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.