From 77ff73451b124152adfb4888780ce237f8b42f53 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Fri, 3 Jun 2016 23:40:45 +0200 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 845b56c..592bc0f 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Example, specify a workflow corresponding to your intended goal and an input fil $ luiginlp Frog --module luiginlp.modules.frog --inputfile test.rst --skip p A workflow can be run parallelised for multiple input files as well, the number -of workers can be explicitly set: +of workers should be explicitly set: $ luiginlp Parallel --module luiginlp.modules.frog --component Frog --inputfiles test.rst,test2.rst --workers 2 --skip p