From d8c59e1f9fc61139a947dd65253b2cb046bfb1a5 Mon Sep 17 00:00:00 2001
From: Xuan Gu <xuan.gu@liu.se>
Date: Wed, 9 Nov 2022 14:50:17 +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 ae74852..60b1986 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,7 @@ Coefficient of variation is calculated as the ratio of the standard deviation to
 
 
 #### Notes
-- Line 116 of /DeepLearningExamples/PyTorch/Segmentation/nnUNet/main.py should be changed:  
+- Line 116 of DeepLearningExamples/PyTorch/Segmentation/nnUNet/main.py should be changed:  
 ```trainer.test(model, test_dataloaders=data_module.test_dataloader(), ckpt_path=ckpt_path)```  
 to  
 ```trainer.test(model, dataloaders=data_module.test_dataloader(), ckpt_path=ckpt_path)```  
-- 
GitLab