Install instructions

This commit is contained in:
Paolo 2013-04-25 13:14:37 +02:00
parent d0739c7c03
commit 95e0d52589

View file

@ -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.