From 9ebcea1d7cdd1dcd87299f395d64b43592167915 Mon Sep 17 00:00:00 2001 From: Smaug123 <3138005+Smaug123@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:54:44 +0100 Subject: [PATCH] Fix code example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83220bb..636d8e2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ See [the example](Example/Program.fs). ```fsharp let info = DotnetEnvironmentInfo.Get () // or, if you already know a path to the `dotnet` executable... -let info = DotnetEnvironmentInfo.Get "/path/to/dotnet" +let info = DotnetEnvironmentInfo.GetSpecific "/path/to/dotnet" ``` ## Troubleshooting