From b595e37ebff784b3a7bd89ffc33b4ec680f0f68e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Quentin=20Gallou=C3=A9dec?=
 <45557362+qgallouedec@users.noreply.github.com>
Date: Wed, 5 Oct 2022 10:50:40 +0200
Subject: [PATCH] fix typo

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

diff --git a/README.md b/README.md
index 51a51d2..0f32b2b 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ We also assume that you have access to the [ECL GitLab](https://gitlab.ec-lyon.f
 
 ### Code style
 
-Your code must follow the [PEP8 recommendations](https://peps.python.org/pep-0008/). To help you format your code properly, you can use [Black](https://black.readthedocs.io/en/stable/). To help you sort your imports, you and [isort](https://pycqa.github.io/isort/)
+Your code must follow the [PEP8 recommendations](https://peps.python.org/pep-0008/). To help you format your code properly, you can use [Black](https://black.readthedocs.io/en/stable/). To help you sort your imports, you can use [isort](https://pycqa.github.io/isort/).
 
 
 ### Docstring
-- 
GitLab