Skip to content

Commit

Permalink
Fix code example in README (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug123 authored Jun 17, 2024
1 parent aaaede0 commit ad1bef7
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 ad1bef7

Please sign in to comment.