Skip to content

Commit

Permalink
Fix code example
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug123 committed Jun 17, 2024
1 parent aaaede0 commit 9ebcea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ebcea1

Please sign in to comment.