From 38da96a4e77d51211b3e2f0b76129280e77a96f5 Mon Sep 17 00:00:00 2001 From: Jonathan Healy Date: Fri, 12 Apr 2024 00:20:26 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64b5990ac..204cca751 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.