From a2c3cfb14c9e7a42ba5930689dc4a6f20af6ea25 Mon Sep 17 00:00:00 2001
From: Robert Butora <robert.butora@inaf.it>
Date: Sat, 1 Mar 2025 12:43:41 +0100
Subject: [PATCH] README: fixes 'empty' word

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e269403..7c01c7a 100644
--- a/README.md
+++ b/README.md
@@ -38,8 +38,8 @@ Configuration parameters are set by these docker environment variables:
 | **DB_USERNAME** | DB user which has access to ObsTAP |
 | **DB_PASSWORD** | and user's password |
 | *optional:* |  |
-| **CUTOUT_SERVICE_URL** | URL in Service Descriptor of the VOTable response (default: <empty>)|
-| **DISCOVERY_CONTEXT_ROOT** | root of the end-points (default: siav2) |
+| **CUTOUT_SERVICE_URL** | URL in Service Descriptor of the VOTable response (default: *empty*)|
+| **DISCOVERY_CONTEXT_ROOT** | root of the end-points (default: 'siav2') |
 
 
 ## vlkb-obscore
-- 
GitLab