From 70f02b05581b1b38a981ac375f25c81276b5c97a Mon Sep 17 00:00:00 2001 From: Dex <60656530+dexmoh@users.noreply.github.com> Date: Sun, 31 May 2026 13:54:30 +0200 Subject: [PATCH] Docs: Fix small grammar mistake in README. (#9423) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 283dd479b..cc73e28ec 100644 --- a/docs/README.md +++ b/docs/README.md @@ -43,7 +43,7 @@ Dear ImGui is particularly suited to integration in game engines (for tooling), **Backends for a variety of graphics API and rendering platforms** are provided in the [backends/](https://github.com/ocornut/imgui/tree/master/backends) folder, along with example applications in the [examples/](https://github.com/ocornut/imgui/tree/master/examples) folder. You may also create your own backend. Anywhere where you can render textured triangles, you can render Dear ImGui. -C++20 users wishing to use a module may the use [stripe2933/imgui-module](https://github.com/stripe2933/imgui-module) third-party extension. +C++20 users wishing to use a module may use the [stripe2933/imgui-module](https://github.com/stripe2933/imgui-module) third-party extension. See the [Getting Started & Integration](#getting-started--integration) section of this document for more details.