From 4227dd9b67bea1c7eae7181652da9c161210a459 Mon Sep 17 00:00:00 2001 From: Yash Patel Date: Fri, 13 Dec 2024 13:17:56 -0800 Subject: [PATCH] Correct JSON format in README --- config/resource_handler/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/resource_handler/README.md b/config/resource_handler/README.md index ffb17a3..a168f39 100644 --- a/config/resource_handler/README.md +++ b/config/resource_handler/README.md @@ -36,7 +36,7 @@ The resource handler requires a JSON file containing allocation information, in "fraction": 0.23, "max": "10 GB" } - }, + } }, "default": { "process1": { @@ -62,7 +62,7 @@ The resource handler requires a JSON file containing allocation information, in "fraction": 0.23, "max": "10 GB" } - }, + } } } ```