Skip to content

Commit

Permalink
Fix misleading doc about how --context should be passed.
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Jul 31, 2018
1 parent 2fb1042 commit a7e9053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Some of the interesting keys that can be used in the JSON configuration files:
```js
{
"app": "node bin/main.js", // Command to start the CDK app (--app='node bin/main.js')
"context": { // Context entries (--context=key:value)
"context": { // Context entries (--context=key=value)
"key": "value",
},
"toolkitStackName": "foo", // Customize 'bootstrap' stack name (--toolkit-stack-name=foo)
Expand Down

0 comments on commit a7e9053

Please sign in to comment.