From 40cf00d0e89aabd8542aee36a145f56b2d623ae8 Mon Sep 17 00:00:00 2001 From: James Wheeler Date: Thu, 7 Dec 2023 15:17:01 +0100 Subject: [PATCH] Update README.md Typo fixed made->may --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d0e625..0703388 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ cd iris python setup.py install ``` -If you are altering the IRIS source code then you made find it easier to install like below, to avoid having to reinstall it every time a change is made +If you are altering the IRIS source code then you may find it easier to install like below, to avoid having to reinstall it every time a change is made ``` pip install -e ./ ```