From bdbd702944c2bb5b3573a258e4c9e05001587bf2 Mon Sep 17 00:00:00 2001 From: Andrew <77268118+andsiu@users.noreply.github.com> Date: Fri, 22 Jul 2022 01:48:56 -0700 Subject: [PATCH] Update README.md Remove an unwanted change in the README file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a25cbe49a..ee41bd53f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,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 esspecially well suited for prototyping, tooling, graphical applications, embedded systems and education. +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. *NOTE for ADVENTURERS: raylib is a programming library to enjoy videogames programming; no fancy interface, no visual helpers, no debug button... just coding in the most pure spartan-programmers way.*