From 3c4f77dfb4be0faca523dc4d89ec0f48f7a95af2 Mon Sep 17 00:00:00 2001
From: Hoffelhas <xela@live.nl>
Date: Mon, 30 Mar 2020 11:37:57 +0200
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e72f4dd..bff257a 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ A waterfall processing is applied, where the lowest possible children tasks are
 
 Parentless tasks
 ------------------------
-Any parentless task can be be given a type by appending '//' or `--` to the name of the task. This works if there is no list type, and will override a previously defined list type.
+Any parentless task can be be given a type by appending `//` or `--` to the name of the task. This works if there is no list type, and will override a previously defined list type.
 
 Executing NextAction
 ====================
@@ -54,6 +54,6 @@ Several arguments can be provided, for example to change the default label:
 
 Or to change the suffix tags:
 
-    python nextaction.py --parallel_suffix <tah>
+    python nextaction.py --parallel_suffix <tag>
     python nextaction.py --serial_suffix <tag>