From d2494269bbfd3d2fce3e72da1ab42ce5c12d5d40 Mon Sep 17 00:00:00 2001 From: Jude Ranhiru Cooray Date: Mon, 24 Jan 2022 12:37:19 +1100 Subject: [PATCH] Fix small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c828e0f..366de43 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ The key events for functional keys `f*` are: By default `InputInterrupt` error will be raised when the user hits the interrupt key(Control-C). However, you can customise this behaviour by passing the `:interrupt` option. The available options are: * `:signal` - sends interrupt signal -* `:exit` - exists with status code +* `:exit` - exits with status code * `:noop` - skips handler * custom proc