Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
finnvoor committed Apr 5, 2024
1 parent ccaaaf5 commit c745977
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 @@ -52,8 +52,8 @@ import PlaydateKit

final class Game: PlaydateGame {
init() {
System.addMenuItem(title: "PlaydateKit") { _ in
System.log("PlaydateKit selected!")
System.addCheckmarkMenuItem(title: "check me") { isChecked in
System.log(isChecked ? "checked!" : "not checked")
}
}

Expand Down

0 comments on commit c745977

Please sign in to comment.