mod_conversejs/README.markdown
changeset 3308 27db90321e7b
parent 2924 4d03ac2737ab
child 3315 5b3347056f07
--- 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";
 }