diff --git a/Exercise-Configuration.md b/Exercise-Configuration.md index 5b8bd2b..d0e8acb 100644 --- a/Exercise-Configuration.md +++ b/Exercise-Configuration.md @@ -237,9 +237,9 @@ Mandatory items are bold, optional italic, description of items follows: Example: ``` -[ - { "variables":[] }, - { "boxes": [ +{ + "variables":[], + "boxes": [ { "name":"source", "portsIn":[], @@ -276,8 +276,8 @@ Example: "portsOut":[{ "score":[{"type":"file", "value":"score"}] }], "type":"evaluation" } - ] } -] + ] +} ``` ## Limits