瀏覽代碼

Fix word splitting and capitalization in README

v2lmmj04 6 月之前
父節點
當前提交
fc90718b44
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -5,7 +5,7 @@ A Raylib integration with DearImGui
 rlImgui provides a backend for [Dear ImGui](https://github.com/ocornut/imgui) using [Raylib](https://www.raylib.com/). 
 rlImgui provides a backend for [Dear ImGui](https://github.com/ocornut/imgui) using [Raylib](https://www.raylib.com/). 
 
 
 # Building
 # Building
-the rlImGui repository itself is setup to use premake to generate a static library and examples for Visual Studio 2019. Premake can also be used to generate makefiles for linux. rlImGui can be used as a static library, or by directly including the files into your game project.
+The rlImGui repository itself is set up to use Premake to generate a static library and examples for Visual Studio 2019. Premake can also be used to generate makefiles for Linux. rlImGui can be used as a static library, or by directly including the files into your game project.
 Premake is not required to use rlImGui, it is simply just what is used for development.
 Premake is not required to use rlImGui, it is simply just what is used for development.
 
 
 ## Other Systems
 ## Other Systems