From 6225efef791bd582fe291a112a43f8865b02285a Mon Sep 17 00:00:00 2001
From: Xuan Gu <xuan.gu@liu.se>
Date: Thu, 15 Dec 2022 15:09:10 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 1ba4080..a28f583 100644
--- a/README.md
+++ b/README.md
@@ -61,11 +61,11 @@ source ~/.bashrc
 
 By default, your enroot containers will be saved in your ```home``` directory. On Berzelius, you have only 20 GB disk space for ```home```. It is a better practice to put enroot containers in your project directory.  
 
-Add following lines to your ```bashrc```
+Add the following lines to your ```bashrc```
 
 ```
-export ENROOT_CACHE_PATH=/proj/nsc_testing/xuan/enroot/cache
-export ENROOT_DATA_PATH=/proj/nsc_testing/xuan/enroot/data
+export ENROOT_CACHE_PATH=/your/proj/path/enroot/cache
+export ENROOT_DATA_PATH=/your/proj/path/enroot/data
 ```
 To make the change valid
 ```
-- 
GitLab