Skip to content

Commit

Permalink
Correct JSON format in README
Browse files Browse the repository at this point in the history
  • Loading branch information
yashpatel6 committed Dec 13, 2024
1 parent a9d174e commit 4227dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/resource_handler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The resource handler requires a JSON file containing allocation information, in
"fraction": 0.23,
"max": "10 GB"
}
},
}
},
"default": {
"process1": {
Expand All @@ -62,7 +62,7 @@ The resource handler requires a JSON file containing allocation information, in
"fraction": 0.23,
"max": "10 GB"
}
},
}
}
}
```
Expand Down

0 comments on commit 4227dd9

Please sign in to comment.