Skip to content

Commit

Permalink
Fix README smithy-build.json examples (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Yuan authored Nov 21, 2023
1 parent 9579a9a commit 6ef0d48
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down Expand Up @@ -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"
}
}
}
Expand Down

0 comments on commit 6ef0d48

Please sign in to comment.