From f250675ae13d24a388950c3db5915d20c939ed24 Mon Sep 17 00:00:00 2001
From: Xuan Gu <xuan.gu@liu.se>
Date: Tue, 6 Dec 2022 08:57:08 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 92b52f9..83ed9cc 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 # Run Pytorch and Tensorflow Containers with Nvidia Enroot
 
-Enroot is a simple, yet powerful tool to turn traditional container/OS images into unprivileged sandboxes. Enroot is targeted for HPC environments with integration with the Slurm scheduler, but can also be used as a standalone tool to run containers as an unprivileged user. Enroot is similar to Singularity, but with the added benefit of allowing users to read/write in the container and also to appear as a root user within the container environment.
+Enroot is a simple, yet powerful tool to turn container images into unprivileged sandboxes. Enroot is targeted for HPC environments with integration with the Slurm scheduler, but can also be used as a standalone tool to run containers as an unprivileged user. Enroot is similar to Singularity, but with the added benefit of allowing users to read/write in the container and also to appear as a root user within the container environment.
 
-Please read enroot's [github page](https://github.com/NVIDIA/enroot) for more information.
+Please read Enroot's [github page](https://github.com/NVIDIA/enroot) for more information.
 
 ## Install enroot
 
-- 
GitLab