From 2b156a63405e7ae9ab8b9c68350c90b18622c4df Mon Sep 17 00:00:00 2001
From: Layton Aho <aho.layton@gmail.com>
Date: Mon, 22 Jan 2024 20:20:59 +0000
Subject: [PATCH] Update readme.md

---
 readme.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/readme.md b/readme.md
index 1da0141..bb75091 100644
--- a/readme.md
+++ b/readme.md
@@ -57,7 +57,8 @@ To create a new synethetic dataset:
 2. Run phantomKymograph\goFigure.m, specifying the saved .mat file as the input.
 
 ## Notes
-1. The NCD code uses the [FLIF](https://flif.info/) compression library. The thunker file for the FLIF library was generated on Ubuntu 22.04 and **may not work** on other Unix platforms. This has not been tested.  
+1. The NCD code uses the [FLIF](https://flif.info/) compression library. The thunker file for the FLIF library was generated on Ubuntu 22.04 and **may not work** on other Unix platforms.  
+This has not been tested.  
 The Windows version works on both Windows 10 and Windows 11.
 2. The default settings for phantomKymograph\goSyntheticDataset will create a dataset of 150 phantom kymographs.  
 This can be CPU intensive. For testing purposes it is recommended to lower the number of kymographs (numKymos) to 5-10. 
-- 
GitLab