From ef85328cf71d7532d5ca9e062fe2d2e713cef350 Mon Sep 17 00:00:00 2001 From: Dani Santos Date: Sun, 15 May 2022 16:55:39 +0100 Subject: [PATCH] fixed .net 5 link in readme file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 775b73d..c68f86e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Xvirus SDK 4.0.4 -Xvirus SDK 4.0.4 C++ bindings x64. +Xvirus SDK 4.0.4 C++ bindings. ## Table of Contents @@ -17,7 +17,7 @@ Xvirus SDK 4.0.4 C++ bindings x64. To run Xvirus SDK you need: -- .NET 5 Runtime - [download](<[https://link](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-5.0.11-windows-x64-installer)>) +- .NET 5 Runtime - [download](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-5.0.11-windows-x64-installer) - Visual C++ Redistributable 2019 - [download](https://aka.ms/vs/16/release/vc_redist.x64.exe) ## Changelog