From f3837fd9c7d82cf326a58a8ec03c0829ddc296a0 Mon Sep 17 00:00:00 2001
From: Layton Aho <aho.layton@gmail.com>
Date: Tue, 10 Sep 2024 17:37:11 +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 c3b4f0b..4835f25 100644
--- a/readme.md
+++ b/readme.md
@@ -40,11 +40,11 @@ USER is the username of the user running the RSF code. The path should reflect w
 ```
 addpath(genpath,('C:\Users\USER\hydra-image-processor\src\MATLAB'));
 addpath(genpath('C:\Users\USER\ncd\src\MATLAB'));
-addpath(genpath('C:\Users\USER\rsf\SRC\MATLAB'));
+addpath(genpath('C:\Users\USER\rsf\src\MATLAB'));
 ```
 
 ## Pipeline
 
-1. Import images, sameple import code
+1. Import images, sample import code
 
 2. Run?
\ No newline at end of file
-- 
GitLab