From 52ff4b03694cf7371a8cd11d6ad03f4055222e0a Mon Sep 17 00:00:00 2001 From: illyum <90023277+itzilly@users.noreply.github.com> Date: Thu, 15 Aug 2024 02:13:56 -0600 Subject: [PATCH] (Chore): Fix typos in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d13a48..4b1c2d4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ git clone https://thisrepo.com:8080/dmxshowraylib/dmxshowraylib.git ``` Or you can choose the *Download zip* option -Then, extract / navigate to the downlaoded directory. +Then, extract / navigate to the downloaded directory. Create a build folder: ```bash mkdir build @@ -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 +- [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