diff --git a/README.md b/README.md index 722157d..b86b66d 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,15 @@ A set of plugins for [Tent](https://tent.io) client [Bungloo](http://jabs.nu/bun #Install 1. Copy or move the `it.to.work` directory in the [Bungloo directory](https://github.com/jeena/bungloo/wiki/Plugins). -2. Add ```javascript +2. Add +```javascript require( [ 'plugins/it.to.work/hide-replies', 'plugins/it.to.work/unread-posts', 'plugins/it.to.work/marked-posts' ], function() { } -);``` -3. Restart Bungloo \ No newline at end of file +); +``` +to your `Plugin.js` file. +3. Restart Bungloo. \ No newline at end of file