From b1eaa476ff4bd94215307dd8415bb46717f75091 Mon Sep 17 00:00:00 2001
From: Xuan Gu <xuan.gu@liu.se>
Date: Tue, 9 May 2023 22:07:31 +0000
Subject: [PATCH] Update file README.md

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

diff --git a/README.md b/README.md
index b3b53c0..d2e5b7f 100644
--- a/README.md
+++ b/README.md
@@ -77,12 +77,12 @@ Exit the image.
 
 - For benchmarking purpose, we use 1000 copied of a single image 
 ```
-bash srtips/copy_data_for_benchmark.sh
+bash scripts/copy_data_for_benchmark.sh
 ```
 - Submit the job to Berzelius   
 You need to modify the script for e.g. the name of your reservation, number of nodes, batch_size, etc. Also, choose either singularity or enroot.
 ```
-bash srtips/benchmark_sbatch_submit.sh
+bash scripts/benchmark_sbatch_submit.sh
 ```
 
 ### Results  
-- 
GitLab