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