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

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

diff --git a/README.md b/README.md
index 503e1d2..c102c07 100644
--- a/README.md
+++ b/README.md
@@ -33,13 +33,14 @@ The above configuration example assumes:
 
 `ID=ivo://<authority>/<resource-key>?<relative-pathname>#extnum`
 
-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 service decodes IVOID part after the 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:
+A data access example:
 ```bash
 curl -s -k --get
     --data-urlencode "ID=ivo://some-auth/some-key?some/path/somefile.fits"
-- 
GitLab