Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-edmondson authored Sep 14, 2024
1 parent a1409a7 commit d2daadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit d2daadd

Please sign in to comment.