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

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

diff --git a/README.md b/README.md
index c102c07..467ed19 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ The pathname in the ID is relative to the path in compose.yaml volume-mapping (e
 The FITS extension number `#extnum` is optional. Default is the primary HDU.
 
 Note that the service appends '**soda**' to ACCESS_CONTEXT_ROOT.
-A data access example:
+Then, a data access example:
 ```bash
 curl -s -k --get
     --data-urlencode "ID=ivo://some-auth/some-key?some/path/somefile.fits"
@@ -49,7 +49,9 @@ curl -s -k --get
     http://localhost:18019/ska/datasets/soda
 ```
 
-The URL root `http://localhost:18019/ska/datasets/soda` returns the service descriptor.
+access the file `/srv/ska/surveys/some/path/somefile.fits`.
+
+The root URL `http://localhost:18019/ska/datasets/soda` returns the service descriptor.
 
 ## SODA for VLKB
 
-- 
GitLab