From b98d33f9802e93725fd1349f0423e2c95c97e482 Mon Sep 17 00:00:00 2001 From: illyum <90023277+itzilly@users.noreply.github.com> Date: Thu, 15 Aug 2024 02:16:19 -0600 Subject: [PATCH] (Chore): Fix links in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4b1c2d4..85df0de 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Trying to get my DMX Lightshow app working with raylib (and imgui) ## Deps: -[https://cmake.org/](cmake) -A c++ compiler [https://www.mingw-w64.org/](mingw) +[cmake](https://cmake.org/) +A c++ compiler [MinGW](https://www.mingw-w64.org/) ## Cloning Clone the repo with git: @@ -39,6 +39,6 @@ This should create a project `.sln` file you can open with Visual Studio. Then, ### Libraries used: -- [https://github.com/raysan5/raylib](Raylib) Amazing library -- [https://github.com/raylib-extras/rlImGui](rlImGui) ImGui with Raylib Backend -- [https://github.com/ocornut/imgui](ImGui) Little tooling +- [Raylib](https://github.com/raysan5/raylib) Amazing library +- [rlImGui](https://github.com/raylib-extras/rlImGui) ImGui with Raylib Backend +- [Dear ImGui](https://github.com/ocornut/imgui) Little tooling