From a9f5179066388776f7d9d4e1ddd5ee2a2b9bb1c8 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 19 Aug 2018 16:12:53 -0300 Subject: [PATCH] README: Fix title case --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 968b01b3..f370f5db 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ It aims to be simpler and easier to use then [GNU Make][make]. - [Go's template engine](#gos-template-engine) - [Help](#help) - [Silent mode](#silent-mode) - - [Dry Run Mode](#dry-run-mode) + - [Dry run mode](#dry-run-mode) - [Ignore errors](#ignore-errors) - [Output syntax](#output-syntax) - [Watch tasks](#watch-tasks-experimental) @@ -638,7 +638,7 @@ tasks: - echo "This will print nothing" > /dev/null ``` -## Dry Run Mode +## Dry run mode Dry run mode (`--dry`) compiles and steps through each task, printing the commands that would be run without executing them. This is useful for debugging your Taskfiles.