Skip to content

Commit 4dd6fa3

Browse files
authored
Merge pull request #226 from stac-utils/jonhealy1-patch-1
Update README.md - spelling mistake
2 parents b7027ec + 38da96a commit 4dd6fa3

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
@@ -40,14 +40,14 @@ or
4040
pip install stac_fastapi.opensearch
4141
```
4242

43-
## Build Elasticsearh API backend
43+
## Build Elasticsearch API backend
4444

4545
```shell
4646
docker-compose up elasticsearch
4747
docker-compose build app-elasticsearch
4848
```
4949

50-
## Running Elasticsearh API on localhost:8080
50+
## Running Elasticsearch API on localhost:8080
5151

5252
```shell
5353
docker-compose up app-elasticsearch
@@ -269,4 +269,4 @@ curl -X "POST" "http://localhost:9200/_aliases" \
269269
}'
270270
```
271271

272-
The modified Items with lowercase identifiers will now be visible to users accessing `my-collection` in the STAC API.
272+
The modified Items with lowercase identifiers will now be visible to users accessing `my-collection` in the STAC API.

0 commit comments

Comments
 (0)