From 30b5c7f7897271d0103de8d02c4ce17edacf9386 Mon Sep 17 00:00:00 2001 From: Enrique Gonzalez Aretos Date: Fri, 10 Jun 2022 00:35:12 +1000 Subject: [PATCH] Minor README edit. Makes it so starting text is under raylib image instead of next to it. In my opinion, the text next to the image looked awkward, too close to the image. Almost looked like the image was cutting out some of the text --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 34677a7ae..38166ba46 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ +
+ **raylib is a simple and easy-to-use library to enjoy videogames programming.** raylib is highly inspired by Borland BGI graphics lib and by XNA framework and it's specially well suited for prototyping, tooling, graphical applications, embedded systems and education.