From 794c535789bc5aae8b8ef55ee1f2176b754f02f8 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Wed, 19 Feb 2025 12:02:51 +0800 Subject: [PATCH] docs: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 721cd96..f04e66f 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ if (!context.isUiContext) return // Start building the layout, be careful to make sure the context parameter is initialized. // According to the Android native component features, // the attributes (`attrs`) after layout construction will be fixed and cannot be modified dynamically. -val root = Hikageable( +val hikage = Hikageable( context = context, // You can also customize the actions after each view is created. onViewCreated = { name, view ->