From 7285f5ab8c9f0305b31b22a9a28a024698d62511 Mon Sep 17 00:00:00 2001 From: SteponasK Date: Fri, 1 Sep 2023 15:54:19 +0300 Subject: [PATCH] Updated ReadMe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4ffd78..0a40398 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Sorting algorithms visualisation made using SFML and C++, used to learn how a so - Explanation, of how each sorting algorithm works. ## Prerequisites -You need to have [CMake]((https://cmake.org/install/)) or [SFML](https://www.sfml-dev.org/download.php) installed. +You need to have [CMake]((https://cmake.org/download/)) or [SFML](https://www.sfml-dev.org/download.php) installed. ## Installation