From 79580685a0e7ec20e1d770f5ca633f52bc6b3e1c Mon Sep 17 00:00:00 2001 From: alavenant Date: Wed, 20 Dec 2023 13:44:50 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cd2d42..89fda41 100755 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ The code is structured as : │ ├── plugins forlder │ │ ├── plufinFilter.cpp │ │ ├── plufinFilter.h -│ │ ├── CMakeLisits.txt +│ │ ├── CMakeLists.txt ├── doc │ ├── pluginFilter.md ├── ci ├── test -├── CMakeLisits.txt +├── CMakeLists.txt ├── environment*.yml ├── Dockerfile ├── .github