From 4b353ce482eccde65d426513f26f2ab11dbae384 Mon Sep 17 00:00:00 2001 From: Tesla Ice Zhang Date: Sat, 15 Sep 2018 15:41:07 -0400 Subject: [PATCH] Fix file names (#2083) --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 06b8cb409..8dd9eed6f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -25,9 +25,9 @@ Dear ImGui is self-contained within a few files that you can easily copy and com - imgui_widgets.cpp - imgui_internal.h - imconfig.h (empty by default, user-editable) -- stb_rect_pack.h -- stb_textedit.h -- stb_truetype.h +- imstb_rect_pack.h +- imstb_textedit.h +- imstb_truetype.h No specific build process is required. You can add the .cpp files to your project or #include them from an existing file.