Skip to content

Commit 020b964

Browse files
committed
Updates per reviewer comments
1 parent 9196777 commit 020b964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/Getting Started Using.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dotnet fsharp-analyzers --project ./YourProject.fsproj --analyzers-path C:\Users
4141
As you can see, the path to the analyzer DLL files could be tricky to get right across a wide range of setups.
4242
Luckily, we can use an MSBuild custom target to take care of the path construction.
4343

44-
Note: If using MSBuild is not the right solution for you, you can also [call the analyzers from a FAKE build script](#Call-Analyzers-in-Your-FAKE-Build).
44+
Note: If you're using FAKE you can [call the analyzers from a FAKE build script](#Call-Analyzers-in-Your-FAKE-Build).
4545

4646
Add [FSharp.Analyzers.Build](https://www.nuget.org/packages/FSharp.Analyzers.Build) to your `fsproj`:
4747

0 commit comments

Comments
 (0)