From 2fbaf3cf45b149494a4cd2437c6d76c8ae20414a Mon Sep 17 00:00:00 2001 From: Adia Robbie Date: Mon, 26 Sep 2022 19:34:16 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c7f04e..0c53bba 100644 --- a/README.md +++ b/README.md @@ -75,4 +75,4 @@ fn main() { ``` ## More examples -can be found here [here](https://github.com/Ar37-rs/flowync/tree/main/examples) +can be found here: [examples](https://github.com/Ar37-rs/flowync/tree/main/examples) and here: [eframe tokio (sync/async) integration example](https://github.com/ar37-rs/eframe_tokio_app)