Skip to content

Commit cd29444

Browse files
authored
Update readme.md
1 parent b000392 commit cd29444

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ Using AWS CDK, this project is easy to deploy, customize, and scale to meet the
1616
# Installation
1717
1. Clone the repository and navigate to the root directory of the project
1818
2. Install the dependencies for the AWS CDK and the Node.js application
19-
```Bash
19+
```bash
2020
# Install AWS CDK dependencies
21-
cd infrastructure
22-
npm install
21+
cd infrastructure
22+
npm install
2323

2424
# Install Node.js application dependencies
25-
cd ../store-json-rds
26-
npm install
25+
cd ../store-json-rds
26+
npm install
2727
```
28+
2829

2930
3. Deploy the AWS resources using the AWS CDK:
3031
```Bash

0 commit comments

Comments
 (0)