Skip to content

Commit 2155f74

Browse files
authored
docs: fix FSharp.Core->FSharpLint.Core typo (#761)
Update the 'Running Lint From An Application' documentation to say install FSharpLint.Core rather than FSharp.Core, because as it stands, the text says 'FSharp.Core' but the link goesç to FSharpLint.Core, and it looks like they should both say FSharpLint.Core.
1 parent 0be8228 commit 2155f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Rules can be disabled within the code using structured comments. See the [Suppre
107107

108108
## Running Lint From An Application
109109

110-
Install the [`FSharp.Core` nuget package](https://www.nuget.org/packages/FSharpLint.Core/).
110+
Install the [`FSharpLint.Core` nuget package](https://www.nuget.org/packages/FSharpLint.Core/).
111111

112112
The namespace `FSharpLint.Application` contains a module named `Lint` which provides several functions
113113
to lint a project/source file/source string.

0 commit comments

Comments
 (0)