diff --git a/README.md b/README.md index 64b5990a..204cca75 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,14 @@ or pip install stac_fastapi.opensearch ``` -## Build Elasticsearh API backend +## Build Elasticsearch API backend ```shell docker-compose up elasticsearch docker-compose build app-elasticsearch ``` -## Running Elasticsearh API on localhost:8080 +## Running Elasticsearch API on localhost:8080 ```shell docker-compose up app-elasticsearch @@ -269,4 +269,4 @@ curl -X "POST" "http://localhost:9200/_aliases" \ }' ``` -The modified Items with lowercase identifiers will now be visible to users accessing `my-collection` in the STAC API. \ No newline at end of file +The modified Items with lowercase identifiers will now be visible to users accessing `my-collection` in the STAC API.