Selaa lähdekoodia

Reword file list as *.cpp *.h (#4413)

omar 4 vuotta sitten
vanhempi
commit
c7529c8ea8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/README.md

+ 1 - 1
docs/README.md

@@ -27,7 +27,7 @@ Dear ImGui is particularly suited to integration in games engine (for tooling),
 
 
 ### Usage
 ### Usage
 
 
-**The core of Dear ImGui is self-contained within a few platform-agnostic files** which you can easily compile in your application/engine. They are all the files in the root folder of the repository (imgui.cpp, imgui.h, imgui_demo.cpp, imgui_draw.cpp etc.).
+**The core of Dear ImGui is self-contained within a few platform-agnostic files** which you can easily compile in your application/engine. They are all the files in the root folder of the repository (imgui*.cpp, imgui*.h).
 
 
 **No specific build process is required**. You can add the .cpp files to your existing project.
 **No specific build process is required**. You can add the .cpp files to your existing project.