From f6ca2c6d9c14db62a21344477c264805310372a7 Mon Sep 17 00:00:00 2001
From: cbedet1 <cecile.bedet@ens-lyon.fr>
Date: Mon, 29 Nov 2021 14:50:11 +0100
Subject: [PATCH] typo corrections

---
 doc/pipeline_building_cec.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/pipeline_building_cec.md b/doc/pipeline_building_cec.md
index 5a0ca191..78ddaada 100644
--- a/doc/pipeline_building_cec.md
+++ b/doc/pipeline_building_cec.md
@@ -355,14 +355,14 @@ src/install_nextflow.sh
 ```
 Then you can open an attached terminal using screen :  
 ```sh
-screen -S rnaseq # to create the rnaseq screen 
-src/RNAseq_script.sh # to launch the script
+  screen -S rnaseq # to create the rnaseq screen 
+  src/RNAseq_script.sh # to launch the script
 ```
 
 Maintain CTRL +A pressed and then press D to detach the screen.  
 Use :
 ```sh
-screen -r rnaseq #to reattach the screen
+  screen -r rnaseq #to reattach the screen
  ```
 
 
-- 
GitLab