From 8fa4051fb8baa681bcb1f9d065dbafec97ea1657 Mon Sep 17 00:00:00 2001 From: koeeenig Date: Wed, 13 Dec 2023 10:03:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20markdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30055b5..1ec031a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # BlazeKit - A Meta-Framework for Blazor .NET -**BlazeKit** provides Meta-framework-like features for Blazor which has been inspired by [SvelteKit](https://kit.svelte.dev/){target="_blank"}. BlazeKit currently supports the following set of features: +**BlazeKit** provides Meta-framework-like features for Blazor which has been inspired by [SvelteKit](https://kit.svelte.dev/). BlazeKit currently supports the following set of features: - 🪧 File-based Routing - 🖼️ File-based Layouts @@ -14,7 +14,7 @@ # 🚀 Getting Started ## ☝️ Requirements Before creating your first BlazeKit project, you should ensure that your local machine has: -- .NET 8 - you can find the download [here](https://dotnet.microsoft.com/en-us/download){target="_blank"} +- .NET 8 - you can find the download [here](https://dotnet.microsoft.com/en-us/download) That's it 👍