From f7cb8da717fd5116024c7370e90d54041e07f70a Mon Sep 17 00:00:00 2001 From: Florian Verdonck Date: Wed, 8 Nov 2023 13:15:26 +0100 Subject: [PATCH] Update README.md Co-authored-by: dawe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23c12e0..f420912 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ An fsharp community project containing [analyzers](https://ionide.io/FSharp.Anal ## Running these analyzers To run these analyzers you need to download the [fsharp-analyzers tool](https://www.nuget.org/packages/fsharp-analyzers) and this [NuGet package](https://www.nuget.org/packages/Ionide.Analyzers/absoluteLatest). -Learn more getting started in the [SDK documentation](https://ionide.io/FSharp.Analyzers.SDK/content/Getting%20Started%20Using.html) or follow this [quick start guide](https://ionide.io/ionide-analyzers/#Quick-start). +Learn more on getting started in the [SDK documentation](https://ionide.io/FSharp.Analyzers.SDK/content/Getting%20Started%20Using.html) or follow this [quick start guide](https://ionide.io/ionide-analyzers/#Quick-start). ## Getting started contributing!