From d2daadd5e4eac21471b5593c44d25e637ecbb5eb Mon Sep 17 00:00:00 2001 From: Matthew Edmondson Date: Sat, 14 Sep 2024 14:13:00 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a40ee67..5dc88ed 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ A bootstrap library to give you an environment to build an ImGUI.NET application ## Minimal Example ```csharp -namespace ktsu.io.ImGuiAppDemo; +namespace ktsu.ImGuiAppDemo; using ImGuiNET; -using ktsu.io.ImGuiApp; +using ktsu.ImGuiApp; internal class ImGuiAppDemo {