From 780f18727b0321cb1d23a25b462807745755fea4 Mon Sep 17 00:00:00 2001 From: illyum <90023277+itzilly@users.noreply.github.com> Date: Thu, 15 Aug 2024 02:17:22 -0600 Subject: [PATCH] (Chore): Fix dependencies list in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85df0de..cc1dba1 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Trying to get my DMX Lightshow app working with raylib (and imgui) ## Deps: -[cmake](https://cmake.org/) -A c++ compiler [MinGW](https://www.mingw-w64.org/) +- [cmake](https://cmake.org/) for generating build files +- A c++ compiler [MinGW](https://www.mingw-w64.org/) ## Cloning Clone the repo with git: