changeset 3304:27db90321e7b

Fix README of mod_conversejs
author t2d <td@tem.li>
date Sat, 08 Sep 2018 23:50:57 +0200
parents a3115777400d
children 122767430a97
files mod_conversejs/README.markdown
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mod_conversejs/README.markdown	Sat Sep 08 15:27:40 2018 +0200
+++ b/mod_conversejs/README.markdown	Sat Sep 08 23:50:57 2018 +0200
@@ -44,8 +44,9 @@
 HTTP
 ----
 
-See Prosodys [HTTP configuration][doc:http] for HTTP related
-options.
+The module is served on Prosody's default HTTP ports at the path
+`/conversejs`. More details on configuring HTTP modules in Prosody can
+be found in our [HTTP documentation](http://prosody.im/doc/http).
 
 Other
 -----
@@ -56,7 +57,7 @@
 this:
 
 ``` {.lua}
-converse_options = {
+conversejs_options = {
     debug = true;
     view_mode = "fullscreen";
 }