From 833edce4e5ffc901c76696072c2681d73ea931aa Mon Sep 17 00:00:00 2001
From: PepperCode1 <44146161+PepperCode1@users.noreply.github.com>
Date: Fri, 7 Jul 2023 14:01:01 -0600
Subject: [PATCH] Fix license badge link
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 3764cc92d..b42d833ec 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
Flywheel
A modern engine for modded Minecraft.
-
+
@@ -18,7 +18,7 @@ graphics programming.
### Instancing
-Flywheel provides an alternate, unified path for entity and tile entity rendering that takes advantage of GPU
+Flywheel provides an alternate, unified path for entity and block entity rendering that takes advantage of GPU
instancing. In doing so, Flywheel gives the developer the flexibility to define their own vertex and instance formats,
and write custom shaders to ingest that data.