From e537deb5b58e85eca401cff1b88ebfd58614d27e Mon Sep 17 00:00:00 2001 From: Tim Visser Date: Wed, 27 Sep 2023 11:26:27 +0200 Subject: [PATCH] Update README.md Changed "[Nuget]" static text to a link to Nuget with the query "Chickensoft", to make searching for correct versions easier. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee37af4..d7bbc58 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Providing nodes "top-down" over sections of the game's scene tree has a few adva AutoInject is a source-only package that uses the [SuperNodes] source generator to generate the necessary dependency injection code at build-time. You'll need to include SuperNodes, the SuperNodes runtime types, and AutoInject in your project. All of the packages are extremely lightweight. -Simply add the following to your project's `.csproj` file. Be sure to check the latest versions for each package on [Nuget]. +Simply add the following to your project's `.csproj` file. Be sure to check the latest versions for each package on [Nuget](https://www.nuget.org/packages?q=Chickensoft). ```xml