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