From 7909ea4ffd719f3d617b944c3b7df0e68fb933ce 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 ------------------------