changeset 3451:7b97abf26612

mod_storage_xmlarchive/README: Change example to match Prosodys mod_mam archive2 is the mod_mam in community modules
author Kim Alvefur <zash@zash.se>
date Sun, 20 Jan 2019 18:18:02 +0100
parents 9b6206f23151
children 0c539092aa75
files mod_storage_xmlarchive/README.markdown
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_storage_xmlarchive/README.markdown	Sun Jan 20 00:02:08 2019 +0000
+++ b/mod_storage_xmlarchive/README.markdown	Sun Jan 20 18:18:02 2019 +0100
@@ -24,7 +24,7 @@
 
 ``` lua
 storage = {
-    archive2 = "xmlarchive"
+    archive = "xmlarchive"
 }
 ```