aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.