Update README.md

This commit is contained in:
Ryan Huber 2014-11-21 17:29:54 -08:00
parent f29bc7764d
commit 8cd6b04053

View file

@ -46,7 +46,7 @@ Installation
Add Plugins 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 To install the example 'repeat' plugin