diff --git a/README.md b/README.md
index a28f58329f60766f497945ceeaa6bacdc48c9465..2f88639912ca08d12585c862acac487ec5f8fdfb 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