From 47c713b6a93b39e51636ccd3068a79101b2f592c Mon Sep 17 00:00:00 2001 From: Luxferre Date: Wed, 24 Dec 2025 14:49:56 +0200 Subject: [PATCH] typofix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0315a9..9182ec0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Exported functions: - `term_size()`: return the terminal dimensions tuple in the `(rows, columns)` format - `reflow(text)`: split text into a list of lines not exceeding terminal width -- `print_paged(text)`: reflow and print the text in a paginated manned, prompting for Enter presses to move to the next page +- `print_paged(text)`: reflow and print the text in a paginated manner, prompting for Enter presses to move to the next page ### `deck.time`