Skip to content

Commit 1db7b39

Browse files
committed
chore(structure): update doc
1 parent 40f4386 commit 1db7b39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/speech-to-speech/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,17 @@ The solution consists of three main components:
8888

8989
Install dependencies:
9090

91-
```shell
92-
$ npm install
93-
```
91+
```shell
92+
$ npm install
93+
```
9494

9595
Build the web application
9696

9797
```shell
9898
$ npm run build
9999
```
100100

101-
The build output in `dist/` directory will be automatically deployed by the backend CDK stack to S3 and served through CloudFront. The environment variables are automatically configured by the `custom_resource_construct.py` in the CDK stack, which updates the frontend configuration during deployment.
101+
The build output in `frontend/dist/` directory will be automatically deployed by the backend CDK stack to S3 and served through CloudFront. The environment variables are automatically configured by the `custom_resource_construct.py` in the CDK stack, which updates the frontend configuration during deployment.
102102

103103
4. Go to the backend directory:
104104

0 commit comments

Comments
 (0)