From e8a6bb2f7207274b91b1cf35e067dcf1423e74b9 Mon Sep 17 00:00:00 2001 From: D'Arcy Rittich Date: Sat, 2 Nov 2024 07:45:13 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9803109..de52739 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A simple, extensible finite state machine that allows you to define states, even ## Installation -The StateMachine library is available on NuGet. You can install it using the Package Manager Console: +The StateMachine library is available on [NuGet](https://www.nuget.org/packages/drittich.StateMachine). You can install it using the Package Manager Console: ```bash Install-Package drittich.StateMachine