ref: 70a08f116cc48d82908b440def4a5fbb2da9edff
parent: 31cba4c664c5607b07ed8775b317425c916a1c64
author: Jarrod Makin <105662251+jmakin-godaddy@users.noreply.github.com>
date: Sun Mar 5 17:12:11 EST 2023
Update README.md (#228) Fix Fedora command
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@
```
5. Install SDL2
* Ubuntu/Debian `sudo apt install libsdl2-dev`
-* Fedora Linux `sudo dnf in sdl2-devel`
+* Fedora Linux `sudo dnf install SDL2-devel`
* Arch Linux `sudo pacman -S sdl2`
* macOS: `brew install sdl2` (you can get homebrew [here](https://brew.sh/))