From 038c12fae3e4e91bcfa86fc92a5b5e1476620efa Mon Sep 17 00:00:00 2001 From: lincmba Date: Tue, 30 Apr 2024 11:16:55 +0300 Subject: [PATCH] Fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf52978..719e6d2 100755 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ environment variables. Below is a list of the required configurations. - `BACKEND_TYPE`: The type of backend, either `HAPI` or `GCP`. `HAPI` should be used for most FHIR servers, while `GCP` should be used for GCP FHIR stores. -- `CORS_ALLOW_ORIGIN`: Specifies an CORS allowed origin. Only a single origin +- `CORS_ALLOW_ORIGIN`: Specifies the CORS allowed origin. Only a single origin can be specified. It defaults to `*` if not set **Logging**