From b4375e74b4fd558f8acabcff90771d33c19ebff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?On=C3=A8?= <43485962+c-git@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:38:34 -0400 Subject: [PATCH] docs: fix small typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48a9806..1330771 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,6 @@ egui-notify = "*" # replace with the latest version - Animations for appearing/disappearing toasts - Duration meter for expiring toasts - Toast positioning not influenced by which `Context` you pass to it (like if for example, you passed in a `Context` already altered for an `egui::Window`) -- Differing methodology (create `Toasts` instance once, save save somewhere in application state) +- Differing methodology (create `Toasts` instance once, and save somewhere in application state) - Threadsafe `Toasts` instance, implements `Send`, `Sync`. - No support for custom toasts