From b70c35dfedd3524073ce64d636e567aa91968631 Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Sat, 23 Nov 2024 17:51:50 +0100 Subject: [PATCH] fix: Fun.Build.Cli link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd368fa..c1c1f90 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The basic idea is you have **pipeline** which can contain multiple stages. 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.). Every **step** is just a **async>**, string is for the error message. -[Fun.Build.Cli](#funbuildcli) is used to manage fsharp scripts which is using Fun.Build and tryPrintPipelineCommandHelp. +[Fun.Build.Cli](#funbuildcli--) is used to manage fsharp scripts which is using Fun.Build and tryPrintPipelineCommandHelp. ## For what