From 0ca8957ce687a5dcd12780cb6bae2361683354f7 Mon Sep 17 00:00:00 2001 From: Paolo Date: Thu, 25 Apr 2013 13:11:55 +0200 Subject: [PATCH] Install instructions --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 04d7fc1..450b6b3 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,14 @@ 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 require( [ - 'plugins/it.to.work/hide-replies', - 'plugins/it.to.work/unread-posts', - 'plugins/it.to.work/marked-posts' - ], function() { - } + 'plugins/it.to.work/hide-replies', + 'plugins/it.to.work/unread-posts', + 'plugins/it.to.work/marked-posts' + ], function() { + } ); ``` to your `Plugin.js` file. - 3. Restart Bungloo. \ No newline at end of file