From c1394d638b1f6a2370ad778521b45bc22302a125 Mon Sep 17 00:00:00 2001
From: Gaspard Goupy <gaspard.goupy@univ-lille.fr>
Date: Thu, 20 Jul 2023 11:07:37 +0200
Subject: [PATCH] Update README

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

diff --git a/README.md b/README.md
index 9194cf6..991ad4e 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ For example, to get MNIST:
 cd datasets
 python3 get_mnist.py
 python3 ../scripts/utils/generate_train_val.py mnist/ mnist/with-val/
-cp mnist/*test.bin mnist/with-val/
+cp mnist/*_test.bin mnist/with-val/
 ```
 
 ### Train and test the SNN
-- 
GitLab