mod_lastlog/README.markdown
changeset 1863 4b838e61c68e
parent 1807 4d73a1a6ba68
child 3121 dd6313ddd3e0
--- a/mod_lastlog/README.markdown	Mon Sep 14 13:36:29 2015 +0200
+++ b/mod_lastlog/README.markdown	Mon Sep 14 13:38:02 2015 +0200
@@ -15,11 +15,12 @@
 As with all modules, copy it to your plugins directory and then add it
 to the modules\_enabled list:
 
-        modules_enabled = {
-                        -- ...
-                        "lastlog",
-                        -- ...
-            }
+``` lua
+modules_enabled = {
+  -- other modules
+  "lastlog",
+}
+```
 
 Configuration
 =============
@@ -36,7 +37,7 @@
 
 You can check a user's last activity by running:
 
-      prosodyctl mod_lastlog username@example.com
+    prosodyctl mod_lastlog username@example.com
 
 Compatibility
 =============