# HG changeset patch # User Kim Alvefur # Date 1676570031 -3600 # Node ID 272a8e54f0c817c586610fbfaaa7144b91efeecf # Parent 442a6ced333337e22359542030b5357385ac1258 mod_jsxc: Correct description of resources setting (thanks ham5urg) Seems you need to point it to the path including dist here, unlike mod_conversejs diff -r 442a6ced3333 -r 272a8e54f0c8 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