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