Skip to content

Commit 04ea34e

Browse files
authored
Fix: json config structure in README.md (#89)
Co-authored-by: Stephane Dutertre <[email protected]>
1 parent a8e9f68 commit 04ea34e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ This is an HTTP handler module, so it can be used wherever `http.handlers` modul
8181
"key": "",
8282
"window": "",
8383
"max_events": 0
84-
},
85-
"jitter": 0.0,
86-
"sweep_interval": ""
84+
}
8785
},
86+
"jitter": 0.0,
87+
"sweep_interval": "",
8888
"log_key": false,
8989
"storage": {},
9090
"distributed": {

0 commit comments

Comments
 (0)