Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
p1va committed Mar 22, 2024
1 parent 3b3ab4e commit 74c2227
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# dotnet-document

![Build](https://github.com/p1va/dotnet-document/workflows/Build/badge.svg)
[![NuGet](https://img.shields.io/nuget/v/dotnet-document.svg)](https://www.nuget.org/packages/strategy)
[![NuGet](https://img.shields.io/nuget/dt/dotnet-document.svg)](https://www.nuget.org/packages/strategy)
[![NuGet](https://img.shields.io/nuget/v/dotnet-document.svg)](https://www.nuget.org/packages/dotnet-document)
[![NuGet](https://img.shields.io/nuget/dt/dotnet-document.svg)](https://www.nuget.org/packages/dotnet-document)


A cross platform tool that auto generates an XML doc starting point for your C# codebase.
Expand All @@ -21,7 +21,7 @@ Thanks to `Microsoft.CodeAnalysis.CSharp` this tool is able to identify undocume
The tool can be installed globally via Nuget by running

```sh
dotnet tool install --global dotnet-document --version 0.1.4-alpha
dotnet tool install --global dotnet-document --version 0.1.9-alpha
```
> 👉 When installing pre releases the version has to be explicitly specified
Expand Down

0 comments on commit 74c2227

Please sign in to comment.