Skip to content

Commit 7c2014e

Browse files
authored
Fixed typo in README.md
The example for help seems to be wrong enabled: true -> enabled = true
1 parent b877474 commit 7c2014e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Or enable the creation of the help message (using `--help`) in the configuration
5656
```groovy title="nextflow.config"
5757
validation {
5858
help {
59-
enabled: true
59+
enabled = true
6060
}
6161
}
6262
```

0 commit comments

Comments
 (0)