From 88fd41901de9861b028933e69f6f78875233be4a Mon Sep 17 00:00:00 2001 From: mark-cooke <2086102+mark-cooke@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:10:19 +0000 Subject: [PATCH] Update README.md Properly close tag so not-so-good markdown renderers don't show everything as a link after it --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b13c754..f9daa77 100644 --- a/README.md +++ b/README.md @@ -170,14 +170,14 @@ information: *(Available from version 0.45.)* * `get_window_is_minimised` - Returns `true` if the window is minimised, `false` otherwise. *(Available from version 0.46; -`ized` from 0.46)* * `get_window_is_maximised` - Returns `true` if the window is maximised, `false` otherwise.