1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00

README: Fix title case

This commit is contained in:
Andrey Nering 2018-08-19 16:12:53 -03:00
parent 687e2699cf
commit a9f5179066

View File

@ -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.