Fix typo in README.md

This commit is contained in:
JupiterRider 2023-11-15 22:22:37 +01:00 committed by GitHub
parent 7959c31cff
commit c535f250e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).