From 6ef0d48c501ebc18e1aac87f50a394e89a32a47f Mon Sep 17 00:00:00 2001 From: Steven Yuan Date: Tue, 21 Nov 2023 11:03:07 -0800 Subject: [PATCH] Fix README `smithy-build.json` examples (#1082) --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 060da541ce1..e26dc961695 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,8 @@ To add a minimal `typescript-client-codegen` plugin, add the following to `smith // Add the Smithy TypeScript client plugin "typescript-client-codegen": { // Minimal configuration: add package name and version - "package": { - "package": "@smithy/typescript-example-client", - "packageVersion": "0.0.1" - } + "package": "@smithy/typescript-example-client", + "packageVersion": "0.0.1" } } } @@ -115,10 +113,8 @@ To add a minimal `typescript-client-codegen` plugin, add the following to `smith // Add the Smithy TypeScript client plugin "typescript-client-codegen": { // Minimal configuration: add package name and version - "package": { - "package": "@smithy/typescript-example-client", - "packageVersion": "0.0.1" - } + "package": "@smithy/typescript-example-client", + "packageVersion": "0.0.1" } } }