summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/develop/print.html b/develop/print.html
index 6918ce4fb5..c86b8675fe 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -3177,11 +3177,11 @@ a fresh config using Synapse by following the instructions in
 # documentation on how to configure or create custom modules for Synapse.
 #
 modules:
-    # - module: my_super_module.MySuperClass
-    #   config:
-    #       do_thing: true
-    # - module: my_other_super_module.SomeClass
-    #   config: {}
+  #- module: my_super_module.MySuperClass
+  #  config:
+  #    do_thing: true
+  #- module: my_other_super_module.SomeClass
+  #  config: {}
 
 
 ## Server ##