Fix code example in README (#7)

This commit is contained in:
Patrick Stevens
2024-06-17 19:58:30 +01:00
committed by GitHub
parent aaaede0e93
commit ad1bef7a06

View File

@@ -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