diff --git a/README.md b/README.md index d83d4fa..2d5e066 100644 --- a/README.md +++ b/README.md @@ -179,8 +179,7 @@ You can see config file with all the comments below: }, "reboot": { "permissions": [ - "admins", - "group_admins" + "owner" ], "modules": [ "general" @@ -231,6 +230,14 @@ You can see config file with all the comments below: "modules": [ "applications" ] + }, + "resetcommands": { + "permissions": [ + "owner" + ], + "modules": [ + "general" + ] } } }