From ca7be015688e9ae71187a147df3ca73b6be10a20 Mon Sep 17 00:00:00 2001
From: Xuan Gu <xuan.gu@liu.se>
Date: Thu, 15 Dec 2022 15:11:52 +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 a28f583..2f88639 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@ The flag ```--mount``` mounts your local directory to your container.
 
 - You can also start a container and execute your command at the same time.
 ```
-enroot start --rw --mount /proj/nsc_testing/xuan:/proj/nsc_testing/xuan nvidia_pytorch_22.09 sh -c 'python path_to_your_script.py' 
+enroot start --rw --mount /proj/nsc_testing/xuan:/proj/nsc_testing/xuan nvidia_pytorch_22.09 sh -c 'python my_script.py' 
 ```
 
 ## Access to GUI within Enroot
-- 
GitLab