prosody.cfg.lua.dist: Fix plugin_paths description (thanks Zash)
authorMatthew Wild <mwild1@gmail.com>
Thu, 03 Mar 2022 10:23:10 +0000
changeset 12355 1418fd275b81
parent 12354 afe310107302
child 12356 bad813103cd4
prosody.cfg.lua.dist: Fix plugin_paths description (thanks Zash)
prosody.cfg.lua.dist
--- a/prosody.cfg.lua.dist	Wed Mar 02 16:53:52 2022 +0000
+++ b/prosody.cfg.lua.dist	Thu Mar 03 10:23:10 2022 +0000
@@ -23,8 +23,9 @@
 -- Example: admins = { "user1@example.com", "user2@example.net" }
 admins = { }
 
--- You can use this option allows you to specify additional locations where Prosody
--- will first look for modules. For community modules, see https://modules.prosody.im/
+-- This option allows you to specify additional locations where Prosody
+-- will search first for modules. For additional modules you can install, see
+-- the community module repository at https://modules.prosody.im/
 --plugin_paths = {}
 
 -- This is the list of modules Prosody will load on startup.