From 5ec507697abc8cca08f58d6939faac77b581b55c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20=C4=90=C4=83ng=20Anh?= <81517212+TomEpsilon@users.noreply.github.com> Date: Sat, 7 May 2022 21:06:19 +0700 Subject: [PATCH] README Fixes Sorry, not sorry, for not running any suggested tests before PRing. --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 2018db9..8ec0977 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,7 @@ to disable this if you wish: .. code:: python - from getkey import plaform + from getkey import platform my_platform = platform(interrupts={}) my_getkey = my_platform.getkey @@ -156,9 +156,9 @@ asterisk in :code:`tools/keys.txt`. OS Support ---------- -This library has been tested on both Mac & Windows, & the Mac keys should work -much the same on Linux. If planning to use more esoteric control keys, -please verify compatibility by checking +getkey has been tested on both Mac & Windows, so the Mac keys should +work much the same on Linux. If you're planning to use more esoteric control +keys, please verify compatibility by checking. How to contribute =================