fix config block formatting
[electrum-server.git] / HOWTO.md
index 86412bf..b1e9924 100644 (file)
--- a/HOWTO.md
+++ b/HOWTO.md
@@ -156,10 +156,10 @@ and running and requires less maintenance and diskspace than abe.
 
 The section in the configuration file looks like this:
 
-[leveldb]
-path = /path/to/your/database
-# for each address, history will be pruned if it is longer than this limit
-pruning_limit = 100
+     [leveldb]
+     path = /path/to/your/database
+     # for each address, history will be pruned if it is longer than this limit
+     pruning_limit = 100
 
 ### Step 7. Import blockchain into the database or download it