From a4fd8354746a33a27ed8cd03a3f99fb6eee52fd7 Mon Sep 17 00:00:00 2001 From: Hoffelhas Date: Mon, 30 Mar 2020 11:39: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 bff257a..1666fb9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If a project or task ends with `--`, the child tasks will be treated as a priori Parallel list processing ------------------------ If a project or task name ends with `//`, the child tasks will be treated as parallel `@next_action`s. -A waterfall processing is applied, where the lowest possible children tasks are labelled. +A waterfall processing is applied, where the lowest possible child tasks are labelled. Parentless tasks ------------------------