Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Changed "[Nuget]" static text to a link to Nuget with the query "Chickensoft", to make searching for correct versions easier.
  • Loading branch information
Timvisser1994 authored Sep 27, 2023
1 parent f020354 commit e537deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<ItemGroup>
Expand Down

0 comments on commit e537deb

Please sign in to comment.