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

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a064e84..0f1ae81 100644
--- a/README.md
+++ b/README.md
@@ -28,13 +28,13 @@ blc_channel
 
 you should see: 
 
-''' 
+``` 
 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
 type UIN8 format RGB3 length 6
 [0, 0, 7, 0, 0, 0]
-We remove our shared memory from the system '''
-
+We remove our shared memory from the system 
+```
 
-- 
GitLab