From 9819275fecc2f0b51dee7e873b053cacb9656924 Mon Sep 17 00:00:00 2001 From: Shiv Lakshminarayan Date: Thu, 26 Mar 2020 12:38:53 -0700 Subject: [PATCH] update README --- packages/aws-cdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-cdk/README.md b/packages/aws-cdk/README.md index ba242011dbc76..ffd9d2a1d3d1a 100644 --- a/packages/aws-cdk/README.md +++ b/packages/aws-cdk/README.md @@ -194,7 +194,7 @@ When the stack finishes deployment, `outputs.json` would look like } ``` -If multiple stacks are being deployed or the wild card `*` is used to deploy all stacks, all outputs are written to the same output file where each Stack is a key in the JSON file +If multiple stacks are being deployed or the wild card `*` is used to deploy all stacks, all outputs are written to the same output file where each stack artifact ID is a key in the JSON file ```console