diff --git a/mod_post_log/README.txt b/mod_post_log/README.txt index a50bde6..8b00038 100644 --- a/mod_post_log/README.txt +++ b/mod_post_log/README.txt @@ -15,7 +15,7 @@ Add the module to your ejabberd.yml, in the modules section: modules: ... mod_post_log: - url: http://foo.bar.com/messages + url: "http://foo.bar.com/messages" ... ```