From be2b4acaa278dd4a42b887048833e792de051a10 Mon Sep 17 00:00:00 2001 From: Eli Knebel Date: Sat, 14 Sep 2024 09:46:39 -0400 Subject: [PATCH] update example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f81a51c..9ced059 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ pub fn clock(ctx: Context, props) { Some(fn() { cancel() }) }, - [dep(time)], + [], ) let current_time = int.to_string(time)