Install instructions
This commit is contained in:
parent
d0739c7c03
commit
95e0d52589
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -8,11 +8,11 @@ A set of plugins for [Tent](https://tent.io) client [Bungloo](http://jabs.nu/bun
|
||||||
2. Add
|
2. Add
|
||||||
```
|
```
|
||||||
require( [
|
require( [
|
||||||
'plugins/it.to.work/hide-replies',
|
'plugins/it.to.work/hide-replies',
|
||||||
'plugins/it.to.work/unread-posts',
|
'plugins/it.to.work/unread-posts',
|
||||||
'plugins/it.to.work/marked-posts'
|
'plugins/it.to.work/marked-posts'
|
||||||
], function() {
|
], function() {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
to your `Plugin.js` file.
|
to your `Plugin.js` file.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue