From f74b59b2f5115bf30b83909b9000aaa3cd508b1e Mon Sep 17 00:00:00 2001
From: Robert Butora <robert.butora@inaf.it>
Date: Wed, 22 May 2024 15:32:13 +0200
Subject: [PATCH] README update SODA-pure

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

diff --git a/README.md b/README.md
index ac729a9..503e1d2 100644
--- a/README.md
+++ b/README.md
@@ -33,12 +33,12 @@ The above configuration example assumes:
 
 `ID=ivo://<authority>/<resource-key>?<relative-pathname>#extnum`
 
-Note that the service apends '**soda**' to ACCESS_CONTEXT_ROOT.
-
+The service decodes IVOID part after question mark '?'.
 The pathname in the ID is relative to the path in compose.yaml volume-mapping (e.g. '/srv/ska/surveys').
 
 The FITS extension number `#extnum` is optional. Default is the primary HDU.
 
+Note that the service appends '**soda**' to ACCESS_CONTEXT_ROOT.
 Data access example:
 ```bash
 curl -s -k --get
-- 
GitLab