From b7200113cfdb7e029d295354a3ec5707c8bbc17e Mon Sep 17 00:00:00 2001
From: Arnaud Blanchard <arnaud.blanchard@u-cergy.fr>
Date: Thu, 14 Oct 2021 10:00:31 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 1f2a258..a064e84 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,8 @@ blc_channel
 
 you should see: 
 
-'''We create a blc_channel of type unsigned char and size 3x2 on the POSIX system (shared memory)
+''' 
+We create a blc_channel of type unsigned char and size 3x2 on the POSIX system (shared memory)
 We write 7 in column 2
 We open the shared blc_channel to read it
 We check that we have the same values
-- 
GitLab