From a903e19eb24371e59b6c36dfdddc2ca1940866b0 Mon Sep 17 00:00:00 2001 From: Saikat Das Date: Wed, 7 Feb 2024 04:25:35 +0530 Subject: [PATCH] chore: fix typo (#2267) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc29ea38a..5c93aa8ae 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ There are several people in the community using Leptos right now for internal ap ### Can I use this for native GUI? -Sure! Obviously the `view` macro is for generating DOM nodes but you can use the reactive system to drive native any GUI toolkit that uses the same kind of object-oriented, event-callback-based framework as the DOM pretty easily. The principles are the same: +Sure! Obviously the `view` macro is for generating DOM nodes but you can use the reactive system to drive any native GUI toolkit that uses the same kind of object-oriented, event-callback-based framework as the DOM pretty easily. The principles are the same: - Use signals, derived signals, and memos to create your reactive system - Create GUI widgets