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

This commit is contained in:
Enrique Gonzalez Aretos 2022-06-10 00:35:12 +10:00
parent 59a808516e
commit 30b5c7f789

View File

@ -1,5 +1,7 @@
<img align="left" src="https://github.com/raysan5/raylib/blob/master/logo/raylib_logo_animation.gif" width="288px">
<br clear="left"/>
**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.