aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroy <[email protected]>2026-06-29 22:28:53 +0300
committerroy <[email protected]>2026-06-29 22:28:53 +0300
commit43d0e1563ed212b9ddd189d8891d72ac165c9a02 (patch)
treea8d5cf9bf61f8772cc36a42070c061e9fbd63e60
parenta299426a59d9af6a7a929a109d59137836eb0d28 (diff)
Removed : from readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2458c33..78cf3b3 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Import normally with:
And use tgu:: to refer to the methods/enum in the library.
-## API:
+## API
Enum GameKey - Arrow keys, space, escape, A-Z.
GetKeyPress() - Only works if raw mode is enabled. Retrieves the next key pressed, trying to parse the bytes to one of the options available in GameKey.