From e96b2f1a04a32b5f68060021a1bf540a440f94bb Mon Sep 17 00:00:00 2001 From: dbr Date: Wed, 4 Jan 2023 19:11:54 +1030 Subject: [PATCH] Tweak wording about imgui-examples --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 4c37fc8..6a03b17 100644 --- a/README.markdown +++ b/README.markdown @@ -42,8 +42,8 @@ the `[dev-dependencies]` section of their respective `Cargo.toml` to find the versions of dependencies used (e.g `imgui-glow-renderer/Cargo.toml`) Finally the `imgui-examples` folder contains examples of how to use -the `imgui` crate itself - things like how to show text, how to create -buttons, etc etc. +the `imgui` crate itself - covers general topics like how to show +text, how to create buttons, etc etc. ## Features