aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-09-12 08:52:52 -0400
committerGitHub <[email protected]>2023-09-12 08:52:52 -0400
commit95e30bcb8de910065925ba890533cdfb1445ce07 (patch)
treec5b33e94cf803714f0d8ebf0a941c1c4b9d2c9a3 /README.md
parent3c2ea442397596fab9a1e819e15b8e9d7b3d6e75 (diff)
downloadgameoflife-main.tar.xz
gameoflife-main.zip
Fix README.mdHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d43a618..9d4752d 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This is a simple implementation of Conway's Game of Life in C++ using SDL2.
## Prerequisites
* C++ compiler (clang++, with C++20 is used in this project)
-* SDL2 (https:/https://github.com/libsdl-org/SDL/releases)
+* SDL2 (https://github.com/libsdl-org/SDL/releases)
> Note: You can install SDL2 using Homebrew on macOS: `brew install sdl2`. Follow the instructions on the SDL2 website for other platforms.