From d542ef91abf9610470de87715b5ba40f48777bcf Mon Sep 17 00:00:00 2001 From: Braedon Lewis Date: Thu, 13 Apr 2023 09:11:13 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2f2cfb5..abb8436 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,13 @@ # raylib-beef - +![logo](img/raylib-beef-logo.png) BeefLang bindings for **Raylib 4.5**. -> **Note**: These bindings are still in development. Bugs may occur. +> **Note**: These bindings are still in development. Bugs and changes may occur. > OS is limited to Windows right now, I see no reason why this wouldn't work on other platforms, though. I guess only one way to find out. -
-
-
-
-
- ## Example ```cs using System;