From c535f250e9f4f5aaeedc2cef601726f9b4d88d71 Mon Sep 17 00:00:00 2001 From: JupiterRider <60042618+JupiterRider@users.noreply.github.com> Date: Wed, 15 Nov 2023 22:22:37 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 585d5b5..53e691c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ On macOS you need Xcode or Command Line Tools for Xcode. Download the raylib.dll from the assets on the [releases page](https://github.com/raysan5/raylib/releases). It is contained in the `raylib-*_win64_msvc*.zip`. Put the raylib.dll into the root folder of your project. -As of November 15, 2023, raylib 5.0 is the requierd version. +As of November 15, 2023, raylib 5.0 is the required version. You can also build the dll yourself. You can find more in [raylib's wiki](https://github.com/raysan5/raylib/wiki/Working-on-Windows).