Merge pull request #51 from kjschiroo/kjschiroo-patch-1
Fixing important typo in readme
This commit is contained in:
commit
7cbbb03a04
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue