mod_jsxc: Correct description of resources setting (thanks ham5urg)
authorKim Alvefur <zash@zash.se>
Thu, 16 Feb 2023 18:53:51 +0100
changeset 5171 272a8e54f0c8
parent 5170 442a6ced3333
child 5172 e00dc913d965
mod_jsxc: Correct description of resources setting (thanks ham5urg) Seems you need to point it to the path including dist here, unlike mod_conversejs
mod_jsxc/README.markdown
--- a/mod_jsxc/README.markdown	Thu Feb 16 17:17:05 2023 +0100
+++ b/mod_jsxc/README.markdown	Thu Feb 16 18:53:51 2023 +0100
@@ -32,8 +32,8 @@
 Download a JSXC release archive and unpack it somewhere on your server.
 
 `jsxc_resources`
-:   String. Path to JSXC resources on the local file system. The target
-    directory should contain a `dist` directory. Disabled by default.
+:   String. Path to the `dist` directory containing JSXC resources on
+the local file system. Disabled by default.
 
 ## Other options