From 95e0d525893c4d01d76da2e03263c38838bb8c00 Mon Sep 17 00:00:00 2001 From: Paolo Date: Thu, 25 Apr 2013 13:14:37 +0200 Subject: [PATCH] Install instructions --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4f0ecac..64765bd 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ A set of plugins for [Tent](https://tent.io) client [Bungloo](http://jabs.nu/bun 2. Add ``` 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.