From 6cc86f03791c1ccbcf4f2b30c9b6359bbdd56c25 Mon Sep 17 00:00:00 2001 From: Eliot Date: Sat, 23 Mar 2024 00:25:31 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 082f42b0..e0d01ba8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Nuget](https://img.shields.io/nuget/dt/Eliot.UELib.dll?style=for-the-badge)](https://www.nuget.org/packages/Eliot.UELib.dll/) -[![Nuget](https://img.shields.io/nuget/v/Eliot.UELib.dll?style=for-the-badge)](https://www.nuget.org/packages/Eliot.UELib.dll/) +[![Nuget](https://img.shields.io/nuget/dt/Eliot.UELib?style=for-the-badge)](https://www.nuget.org/packages/Eliot.UELib/) +[![Nuget](https://img.shields.io/nuget/v/Eliot.UELib?style=for-the-badge)](https://www.nuget.org/packages/Eliot.UELib/) # UELib @@ -21,9 +21,9 @@ Install using either: * Package Manager: ``` - Install-Package Eliot.UELib.dll + Install-Package Eliot.UELib ``` -* NuGet: +* NuGet: * Usage: See the [documentation](https://github.com/EliotVU/Unreal-Library/wiki/Usage) for more examples.