From 5098c74c90515c0a4bc14af5b5b4da7df6a007ba Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Thu, 15 May 2025 16:30:39 +1000 Subject: [PATCH] Update README: specify sample code context for a simple to-do app --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a552219..18225cb 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ 3. Define your component and use it inside your HTML 4. Done! -Here is a sample code: +Here is a sample code for a simple to-do app: ```ts import defineComponent from 'laterano'