Skip to content

Commit eb9eda0

Browse files
chrisradektrivikr
andauthored
[docs] fixes README instructions for generating a client (#515)
Co-authored-by: Trivikram Kamat <[email protected]>
1 parent 8c32289 commit eb9eda0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ are as follows:
2828

2929
dependencies {
3030
implementation("software.amazon.smithy:smithy-model:[1.17.0, 2.0[")
31-
implementation("software.amazon.smithy:smithy-typescript-codegen:0.9.0")
31+
implementation("software.amazon.smithy.typescript:smithy-typescript-codegen:0.9.0")
3232
}
3333
```
3434

3535
3. Create a `smithy-build.json` file with the following contents,
36-
substituting "example.foo#MyClient" with the name of the service
37-
to generate and "foo" with the name of the TypeScript package to
36+
substituting "smithy.example#ExampleService" with the name of the service
37+
to generate and "smithyexample" with the name of the TypeScript package to
3838
create.:
3939

4040
```json
@@ -65,7 +65,7 @@ are as follows:
6565
6666
service ExampleService {
6767
version: "2022-01-01",
68-
operations: [EchoOperation]
68+
operations: [Echo]
6969
}
7070
7171
operation Echo {

0 commit comments

Comments
 (0)