Skip to content

Commit 7de9481

Browse files
committed
Update README.md because of typo
1 parent b3744cd commit 7de9481

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ Through this external configuration injection, multiple deployments(multiple acc
105105

106106
### **Install dependecies & Bootstrap**
107107

108-
For more details, open `scripts/setup_initial.sh` file.
108+
For more details, open `script/setup_initial.sh` file.
109109

110110
```bash
111-
sh scripts/setup_initial.sh config/app-config-demo.json
111+
sh script/setup_initial.sh config/app-config-demo.json
112112
```
113113

114114
### **Deploy stacks**
@@ -136,7 +136,7 @@ cdk deploy *ChurnXgboostPipelineStack --profile [optional: your profile name]
136136
or
137137

138138
```bash
139-
sh scripts/deploy_stacks.sh config/app-config-demo.json
139+
sh script/deploy_stacks.sh config/app-config-demo.json
140140
```
141141

142142
***Caution***: This solution contains not-free tier AWS services. So be careful about the possible costs.

0 commit comments

Comments
 (0)