From 4f5ed9487402f7502338326b680de6f425741d75 Mon Sep 17 00:00:00 2001 From: minnieqi <97722095+minnieqi@users.noreply.github.com> Date: Fri, 24 Jun 2022 17:41:38 -0700 Subject: [PATCH] [README] Possible fixe rephrasing from issue #2553 From the feedback given I've tried correcting the rephrasing. I hope this is more correct this time? From the original sentence, it said raylib uses some libraries, so I understood that more than one library was used. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef45289e1..0e27ea99a 100644 --- a/README.md +++ b/README.md @@ -143,4 +143,4 @@ license raylib is licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check [LICENSE](LICENSE) for further details. -raylib uses libraries to manage window, graphics and inputs.The libraries are embedded in the [src/external](https://github.com/raysan5/raylib/tree/master/src/external) directory to support loading different file formats. Check [raylib dependencies LICENSES](https://github.com/raysan5/raylib/wiki/raylib-dependencies) on raylib Wiki for details. +raylib uses a library to manage window, graphics and inputs.The libraries are compiled with raylib and avaible in the [src/external](https://github.com/raysan5/raylib/tree/master/src/external) directory to support loading different file formats. Check [raylib dependencies LICENSES](https://github.com/raysan5/raylib/wiki/raylib-dependencies) on raylib Wiki for details.