From 05f5e73aeb0afea9687ecb65b05da030db4fc7b8 Mon Sep 17 00:00:00 2001 From: Kevin Schiroo Date: Thu, 30 Jun 2016 23:19:51 -0500 Subject: [PATCH] Fixing important typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da826f1..d39f0c2 100644 --- a/README.md +++ b/README.md @@ -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.