From 44e42bcf7408338b9f95f0fe9f501c3c93ecaa14 Mon Sep 17 00:00:00 2001 From: Antti Veikkolainen Date: Mon, 22 Dec 2025 16:16:48 +0200 Subject: [PATCH] Clean up README by removing extra div tags Removed unnecessary div tags from the README. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1af83a0..b81fb64 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ -
- ## About SharpEngine is a game engine written in purely in C# using [Silk.NET](https://github.com/dotnet/Silk.NET) as a wrapper for the graphics rendering pipeline. SharpEngine aims to enable developers to create basic applications using simple instructions or advanced applications by exposing every component.