Skip to content

Commit f7173a2

Browse files
committed
docs(example): clarify examples
1 parent 7c6f62f commit f7173a2

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

example/README.ja.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,24 @@ v16.xで大丈夫なはずです。
2222

2323
### AWS_PROFILEを設定する
2424

25+
26+
2527
```sh
2628
export AWS_PROFILE=kikuo-jp
2729
```
2830

2931
### ツールキットスタック名を設定する
3032

33+
34+
3135
```sh
3236
TOOLKIT_STACK_NAME=api-with-spec-example-toolkit
3337
```
3438

3539
### Synthesizer Qualifierを設定する
3640

41+
42+
3743
```sh
3844
TOOLKIT_QUALIFIER=apispc2022
3945
```

example/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,24 @@ v16.x should work.
2222

2323
### Setting AWS_PROFILE
2424

25+
Example,
26+
2527
```sh
2628
export AWS_PROFILE=kikuo-jp
2729
```
2830

2931
### Setting the toolkit stack name
3032

33+
Example,
34+
3135
```sh
3236
TOOLKIT_STACK_NAME=api-with-spec-example-toolkit
3337
```
3438

3539
### Setting the synthesizer qualifier
3640

41+
Example,
42+
3743
```sh
3844
TOOLKIT_QUALIFIER=apispc2022
3945
```

0 commit comments

Comments
 (0)