From 6818cbcca151d6f7808c97aeecf32bd473dc3ff0 Mon Sep 17 00:00:00 2001
From: StaffEngineer <velo.app1@gmail.com>
Date: Wed, 20 Mar 2024 11:07:57 +0000
Subject: [PATCH] update readme

---
 readme.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/readme.md b/readme.md
index f055362..307ffca 100644
--- a/readme.md
+++ b/readme.md
@@ -15,14 +15,14 @@ Explore examples folder for basic usage.
 Native:
 
 ```rust
-cargo r --example text_input
+cargo r --example font_per_widget
 ```
 
 Wasm:
 
 ```rust
 cargo install wasm-server-runner
-RUSTFLAGS=--cfg=web_sys_unstable_apis cargo r --target wasm32-unknown-unknown --example text_input
+RUSTFLAGS=--cfg=web_sys_unstable_apis cargo r --target wasm32-unknown-unknown --example basic_ui
 ```
 
 ## Compatibility
-- 
GitLab