Skip to content

Commit f7390ab

Browse files
authored
Merge pull request #83 from MangelMaxime/patch-5
fix: Fun.Build.Cli link in README.md
2 parents 3053b5e + b70c35d commit f7390ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The basic idea is you have **pipeline** which can contain multiple stages.
66
Every **stage** can contain multiple steps. In the stage you can set it to run in parallel or run under some conditions (when envVar, cmdArg, branch etc.).
77
Every **step** is just a **async<Result<unit, string>>**, string is for the error message.
88

9-
[Fun.Build.Cli](#funbuildcli) is used to manage fsharp scripts which is using Fun.Build and tryPrintPipelineCommandHelp.
9+
[Fun.Build.Cli](#funbuildcli--) is used to manage fsharp scripts which is using Fun.Build and tryPrintPipelineCommandHelp.
1010

1111
## For what
1212

0 commit comments

Comments
 (0)