From 9b0bcabfcce27383362dad82fef03a4f415220ad Mon Sep 17 00:00:00 2001
From: "Doorn, Nina (UT-TNW)" <n.doorn-1@utwente.nl>
Date: Mon, 17 Mar 2025 15:58:50 +0100
Subject: [PATCH] fixed indent

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4966266..53adc58 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ This directory contains:
 
     - The "TrainedNDE": the neural density estimator trained using the 300,000 simulations in the mackelab sbi package. This can be loaded in python to evaluate and obtain the posterior distribution as described in 'FindPosterior.py".
 
-    - The "Simulator.py" contains the functions to perform simulations with the biophysical computational model of hiPSC-derived neuronal networks on MEA. The "elecranges.dat" is necessary for this.
+    - "Simulator.py" contains the functions to perform simulations with the biophysical computational model of hiPSC-derived neuronal networks on MEA. The "elecranges.dat" is necessary for this.
 
     - "FeatureExtraction.py" has the function to  extract the MEA features from spike trains of either either simulations or experimental data. It also has a function to compute spike rates per electrode that can be used as input to an embedding network. 
 
-- 
GitLab