diff --git a/README.md b/README.md index fdab438..eb851b0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ minetest scuttlebutt mod called «scuttlebut» is a WIP mod that allows minetest player to send messages to a scuttlebutt user, given is scuttlebutt `sbkey`. ## usage -once installed in the mods subdirectory of minetest home (see minetest documentation), this mod allow to player who have the `ssb` privilege to send a private message with the command `/ssb [message]` to the scuttlebutt user identified by `sbkey`. This module must be set as a trusted module of minetest because it requires extra Lua modules to work, namely: +once installed in the mods subdirectory of minetest home as `scuttlebutt` subdirectory (see minetest documentation), this mod allow to player who have the `ssb` privilege to send a private message with the command `/ssb [message]` to the scuttlebutt user identified by `sbkey`. This module must be set as a trusted module of minetest because it requires extra Lua modules to work, namely: - json - socket