Skip to content

Commit

Permalink
doc: add missing import for Configuration class in README.md (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trolobezka committed Jun 13, 2023
1 parent 6b836aa commit 7d545c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ A very simple application may look like this:
```
import imgui.ImGui;
import imgui.app.Application;
import imgui.app.Configuration;
public class Main extends Application {
@Override
Expand Down

0 comments on commit 7d545c3

Please sign in to comment.