summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrew <[email protected]>2022-07-22 02:33:54 -0700
committerGitHub <[email protected]>2022-07-22 11:33:54 +0200
commit55c43fcd269242e8dd332391361e4b434658db31 (patch)
tree2386b7452fbf9a81636f91f06c3d66f0df3bf2fa
parentb40696eab6f47d3d8b1296221cec394a2dd56855 (diff)
downloadraylib-55c43fcd269242e8dd332391361e4b434658db31.tar.gz
raylib-55c43fcd269242e8dd332391361e4b434658db31.zip
Update README.md (#2587)
* Update README.md Simple change of - "specially" -> "especially" when appropriate - "fileformats" -> "file formats" * Update README.md Remove an unwanted change in the README file.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index df5b5b98..ee41bd53 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 internally some libraries for window/graphics/inputs management and also to support different fileformats loading, all those libraries are embedded with and are available in [src/external](https://github.com/raysan5/raylib/tree/master/src/external) directory. Check [raylib dependencies LICENSES](https://github.com/raysan5/raylib/wiki/raylib-dependencies) on raylib Wiki for details.
+raylib uses internally some libraries for window/graphics/inputs management and also to support different file formats loading, all those libraries are embedded with and are available in [src/external](https://github.com/raysan5/raylib/tree/master/src/external) directory. Check [raylib dependencies LICENSES](https://github.com/raysan5/raylib/wiki/raylib-dependencies) on raylib Wiki for details.