From cbba34ee80aea064346fdb583774c6ecdbef857c Mon Sep 17 00:00:00 2001 From: Jet Li Date: Wed, 18 Dec 2019 01:17:46 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c00e6a3..46ed4a8 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ - [Realworld example](https://github.com/jetli/rust-yew-realworld-example-app) - Exemplary real world app built with Rust + Yew + WebAssembly. - [webapp.rs](https://github.com/saschagrunert/webapp.rs) - A web application completely written in Rust, frontend is built with Yew. - [FullstackRustDemo](https://github.com/hgzimmerman/FullstackRustDemo) - Novelty website + bucket questions implementation. -- [Rust todomvc desktop app](https://github.com/Extrawurst/rust-webview-todomvc-yew) - Demo how to use yew for a todomvc that compiles to wasm and is bundled as a lightweight desktop app. +- [Rust todomvc desktop app](https://github.com/Extrawurst/rust-webview-todomvc-yew) - Demo how to use yew for a todomvc that compiles to wasm and is bundled as a lightweight desktop app, as an alternative to electron. ## Templates