From a163856753ccd408b8d9c50b536f8407dae0dbbc Mon Sep 17 00:00:00 2001 From: Matthew Walsh Date: Thu, 11 Jan 2024 20:38:02 +0000 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8043fab..fcd99eb 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ await server.stop(); The server is primarily configured using a JSON file: -```json +```javascript { // Delay in seconds before submitting any pending user operations in a transaction. "autoBundleInterval": 3,