From 5284003723b39c106893f887eed7d326a958f494 Mon Sep 17 00:00:00 2001
From: Athanasios Karmas <karmas@athenarc.gr>
Date: Tue, 1 Jun 2021 15:11:59 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4890f0ad..a2acfaef 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Build and distribute software with Spack
 - As a reference you can find [here](https://spack.readthedocs.io/en/latest/command_index.html) the Spack commands list
 - We will need to have different Spack environments to test specs (and build packages) and when tests are passing release specs from testing environments to production environment
 
-- First of all we need to create an appropriate build environment (at a dedicated VM or container image or gitlab runner). The build environment must run on the same OS as the Collaboratory base container image and fulfill all Spack's pre-requisites [1](https://ashki23.github.io/spack.html), [2](https://spack.readthedocs.io/en/latest/getting_started.html)
+- First of all we need to create an appropriate build environment (at a dedicated VM or container image or gitlab runner). The build environment must run on the same OS as the Collaboratory base container image and fulfill all Spack's pre-requisites ( [1](https://ashki23.github.io/spack.html), [2](https://spack.readthedocs.io/en/latest/getting_started.html) )
 - The Spack installation folder at build time must (currently) be:
 ```
 /opt/app-root/src
-- 
GitLab