From 93de6c70f53b2e13177612278655aaafc3e8aef0 Mon Sep 17 00:00:00 2001
From: Guillaume Devailly <guillaume.devailly@inra.fr>
Date: Tue, 29 Nov 2022 17:37:41 +0100
Subject: [PATCH] typo

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

diff --git a/README.md b/README.md
index ba36f0a..47ce3fb 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ chr	start	end	width	percentCG	ObsExp
 1	25568	25861	293	65.99	0.74
 ```
 
-(notice some 'off-by-one' differences due to the `.bed` format starting to count at 0 while R start to count at 1 like a normal person)
+(notice some 'off-by-one' differences due to the `.bed` format starting to count at 0 while R starts to count at 1 like a normal person)
 
 
 
-- 
GitLab