From a1bdb9f0ca88059e3e5058ce64f5e06d5062d05d Mon Sep 17 00:00:00 2001 From: insolor Date: Tue, 8 Aug 2023 17:05:15 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a15e24c..29ae587 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Implementation of asynchronous `mainloop` for tkinter, the use of which allows u It is intended to be as simple to use as possible. No fancy unusual syntax or constructions - just use an alternative function instead of `root.mainloop()` and wrap asynchronous handlers into a helper function. +> **Note** > Please, fill free to [report bugs](https://github.com/insolor/async-tkinter-loop/issues), add [pull requests](https://github.com/insolor/async-tkinter-loop/pulls) or [share your thoughts / ask questions, etc.](https://github.com/insolor/async-tkinter-loop/discussions) about the module. Based on ideas from: