From 92b03aa17fcbc3ead45ce61e08819b1646b5cf4b Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Thu, 30 May 2024 11:49:52 -0400 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45c68fd..f54cec6 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The Docker setup uses Docker and Docker Compose to manage the following services - **wis2-grep-api**: API powered by [pygeoapi](https://pygeoapi.io) - **wis2-grep-management**: management service to publish notification messages published from a WIS2 Global Broker instance - the default Global Broker connection is to NOAA. This can be modified in `wis2-grep.env` to point to a different Global Broker -- ** wis2-grep-backend**: API search engine backend (default Elasticsearch) +- **wis2-grep-backend**: API search engine backend (default Elasticsearch) See [`wis2-grep.env`](wis2-grep.env) for default environment variable settings.