From ce26806922ae6fc615170d8778fa86dd63f73b8b Mon Sep 17 00:00:00 2001
From: peguerin <pierre-edouard.guerin@cefe.cnrs.fr>
Date: Wed, 24 Oct 2018 13:53:22 +0200
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 7c43b5e..f229a8c 100644
--- a/README.md
+++ b/README.md
@@ -153,7 +153,7 @@ Once you finished [Initialisation](#41-initialisation) and [Configuration](#42-c
 ## number of CPU cores available for running the pipeline (for instance here 64 cores)
 N_CORES=64
 ## run the pipeline into a single command
-bash main.sh $CORES
+bash main.sh $N_CORES
 ```
 
 
-- 
GitLab