diff --git a/README.md b/README.md index c832f3b..48d406e 100644 --- a/README.md +++ b/README.md @@ -96,13 +96,15 @@ If you want to override one of the variables in our Taskfile, you'll have adjust ```yml --- ---- includes: remote: taskfile: >- {{.REMOTE_URL}}/{{.REMOTE_URL_REPO}}/{{.REMOTE_URL_REF}}/Taskfile.yml vars: - GCI_SECTIONS: "-s standard -s default -s alias" + GCI_SECTIONS: >- + -s standard + -s default + -s alias ``` ### GitHub