From 3435a45b67eadf0dcbbd07c053223059ba8ab6a7 Mon Sep 17 00:00:00 2001
From: Joe <71358024+Joeccp@users.noreply.github.com>
Date: Mon, 17 Jul 2023 21:10:22 +0800
Subject: [PATCH] Fixed type
In line 83, "what" --> "want"
"If you want to handle it yourself ......"
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7d67299..2b268fc 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ A keystroke can be:
CTRL+ALT+SUPR,...
> **Note** CTRL+C will not be returned by `readkey()`, but instead
-> raise a `KeyboardInterupt`. If you what to handle it yourself, use `readchar()`.
+> raise a `KeyboardInterupt`. If you want to handle it yourself, use `readchar()`.
### `readchar.key` module