Skip to content

Update README.md - spelling mistake #226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
The modified Items with lowercase identifiers will now be visible to users accessing `my-collection` in the STAC API.