Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit 7cbbb03

Browse files
authored
Merge pull request #51 from kjschiroo/kjschiroo-patch-1
Fixing important typo in readme
2 parents 1a932f9 + 05f5e73 commit 7cbbb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Plugins can be installed as .py files in the ```plugins/``` directory OR as a .p
4848
To install the example 'repeat' plugin
4949

5050
mkdir plugins/repeat
51-
cp doc/example-plugins/repeat.py plugins/repeat
51+
cp doc/example-plugins/repeat.py plugins/repeat.py
5252

5353
The repeat plugin will now be loaded by the bot on startup.
5454

0 commit comments

Comments
 (0)