From 8820eedc27a838d903a53bc1539a3e9d2e278e2e Mon Sep 17 00:00:00 2001 From: Khalid Abuhakmeh Date: Wed, 30 Oct 2024 13:37:30 -0400 Subject: [PATCH] Update readme.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🚔 This is the brand police. It's `.NET` not `.net` 😅. --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index b391cf15..0b56e71d 100644 --- a/readme.md +++ b/readme.md @@ -10,13 +10,13 @@ To change this file edit the source file and then run MarkdownSnippets. [![Build status](https://ci.appveyor.com/api/projects/status/8ijthhby6mhw8fk3/branch/main?svg=true)](https://ci.appveyor.com/project/SimonCropp/MarkdownSnippets) [![NuGet Status](https://img.shields.io/nuget/v/MarkdownSnippets.Tool.svg?label=dotnet%20tool)](https://www.nuget.org/packages/MarkdownSnippets.Tool/) [![NuGet Status](https://img.shields.io/nuget/v/MarkdownSnippets.MsBuild.svg?label=MsBuild%20Task)](https://www.nuget.org/packages/MarkdownSnippets.MsBuild/) -[![NuGet Status](https://img.shields.io/nuget/v/MarkdownSnippets.svg?label=.net%20API)](https://www.nuget.org/packages/MarkdownSnippets/) +[![NuGet Status](https://img.shields.io/nuget/v/MarkdownSnippets.svg?label=.NET%20API)](https://www.nuget.org/packages/MarkdownSnippets/) A [dotnet tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools) or [MsBuild Task](/docs/msbuild.md) that extract snippets from code files and merges them into markdown documents. **See [Milestones](../../milestones?state=closed) for release notes.** -**[.net 8](https://dotnet.microsoft.com/download/dotnet/8.0) or higher is required to run the dotnet tool.** +**[.NET 8](https://dotnet.microsoft.com/download/dotnet/8.0) or higher is required to run the dotnet tool.** ## Value Proposition @@ -370,7 +370,7 @@ Windows Registry Editor Version 5.00 ## More Documentation * Developer Information - * [.net API](/docs/api.md) + * [.NET API](/docs/api.md) * [MsBuild Task](/docs/msbuild.md) * [Github Action](/docs/github-action.md) * Customisation