From 43fa5ba58c316729d50dc33fd0fb0da6dd4dc905 Mon Sep 17 00:00:00 2001
From: Fabio Hernandez <fabio@in2p3.fr>
Date: Tue, 3 May 2022 12:36:56 +0000
Subject: [PATCH] Improve documentation

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

diff --git a/README.md b/README.md
index 022a191..de3d371 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ and to build the Singularity image use
 build-singularity-image.sh
 ```
 
-The result of building a Singularity image is a standalone `.sif` file which is can be used at any host where Singularity is installed. Please note that building the Singularity image requires that in the build host a Docker container includes the executable `singularity` executable.
+The result of building a Singularity image is a standalone `.sif` file which is can be used at any host where Singularity is installed. Please note that building the Singularity image requires that in the build host a Docker the `singularity` executable be present in the form of a Docker container.
 
 ## How to use the ARC client commands
 
@@ -35,7 +35,7 @@ In the deployment directory, a symbolic link is created for each [ARC6 client co
 $ voms-proxy-init --voms lsst
 
 # Submit a test job
-$ arctest -J 2 -C https://ccosvms0201.in2p3.fr:9443/arex
+$ arctest -J 2 -C https://ccarccelsst01.in2p3.fr:9443/arex
 ```
 
 ## Author
-- 
GitLab