Skip to content

Commit 40f20bc

Browse files
authored
Update README.md
1 parent 4c14ffd commit 40f20bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ A flexible finite state machine (FSM) library for .NET written in C#, it is desi
44

55
![Build](https://github.com/iwannabebot/sharpfsm/actions/workflows/dotnet.yml/badge.svg)
66
![Publish](https://github.com/iwannabebot/sharpfsm/actions/workflows/publish.yml/badge.svg)
7+
[![NuGet version (SharpWiki)](https://img.shields.io/nuget/v/SharpFsm?label=SharpFsm&logo=nuget)](https://www.nuget.org/packages/SharpFsm/)
78

89
## Quick Start
910

1011
Install SharpFsm via NuGet Package Manager or dotnet.
1112

12-
[![NuGet version (SharpWiki)](https://img.shields.io/nuget/v/SharpFsm?label=SharpFsm&logo=nuget)](https://www.nuget.org/packages/SharpFsm/)
13-
1413
```bash
1514
Install-Package SharpFsm
1615
```

0 commit comments

Comments
 (0)