Skip to content

Commit

Permalink
Fix link to Example class in README (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrushedPixel authored Nov 20, 2024
1 parent 45ebed3 commit 9308d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ you MUST call Window#mouseClick. This is also all handled by Elementa's WindowSc
## All together

This is a basic excerpt of code from an Elementa GUI. To see a more fleshed out
example, look to the [ExampleGui class](src/main/java/com/example/examplemod/ExampleGui.kt).
example, look to the [ExampleGui class](example/common/src/main/kotlin/com/example/examplemod/ExampleGui.kt).

```kotlin
val window = Window()
Expand Down

0 comments on commit 9308d17

Please sign in to comment.