mirror of
https://github.com/Smaug123/WoofWare.DotnetRuntimeLocator
synced 2025-10-07 08:18:40 +00:00
Fix code example in README (#7)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user