Skip to content

Commit ba807f9

Browse files
authored
doc(emr-runner): Fix typo (#3)
1 parent 3efcba3 commit ba807f9

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
@@ -27,17 +27,17 @@ curl -sSL https://github.com/weixu365/aws-emr-runner/releases/latest/download/aw
2727
./aws-emr-runner resources -f samples/enrichment-pipeline.yml -s samples/enrichment-pipeline.settings.yml
2828
```
2929

30-
#### Run EMR Clustr and spark application
30+
#### Run EMR Cluster and spark application
3131
```bash
3232
./aws-emr-runner run -f samples/enrichment-pipeline.yml -s samples/enrichment-pipeline.settings.yml
3333
```
3434

35-
#### Start an EMR Clustr and keep it alive until manually terminated
35+
#### Start an EMR Cluster and keep it alive until manually terminated
3636
```bash
3737
./aws-emr-runner start-cluster -f samples/enrichment-pipeline.yml -s samples/enrichment-pipeline.settings.yml
3838
```
3939

40-
#### Terminate an EMR Clustr (optional)
40+
#### Terminate an EMR Cluster (optional)
4141
```bash
4242
./aws-emr-runner terminate-cluster -f samples/enrichment-pipeline.yml -s samples/enrichment-pipeline.settings.yml
4343
```

0 commit comments

Comments
 (0)