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