From 8cd6b0405374658eeb0a129dff520f6aab4affcf Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Fri, 21 Nov 2014 17:29:54 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fca006f..7019129 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Installation Add Plugins ------- -Each plugin should create a directory under ```plugins/``` with .py files for the code you would like to load. libraries can be kept in a subdirectory. You can install as many plugins as you like, and each will handle every event received by the bot indepentently. +Plugins can be installed as .py files in the ```plugins/``` directory OR as a .py file in any first level subdirectory. If your plugin uses multiple source files and libraries, it is recommended that you create a directory. You can install as many plugins as you like, and each will handle every event received by the bot indepentently. To install the example 'repeat' plugin