Update README.md - fixed invalid json in example (#133890)

A period (`,`) is required or you get an error.
This commit is contained in:
Doeke Wartena 2025-04-01 17:49:36 +02:00 committed by GitHub
parent 66b540d861
commit a03fce4e20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ adds `FOO=1` and `bar` to the environment:
"program": "/tmp/a.out",
"args": [ "one", "two", "three" ],
"env": {
"FOO": "1"
"FOO": "1",
"BAR": ""
}
}