From 47f62519fda8eb9228d81ab1c08fb8920494a022 Mon Sep 17 00:00:00 2001 From: nanxiaobei Date: Fri, 19 Apr 2024 01:15:27 +0800 Subject: [PATCH] refine docs --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76e8db4..1365827 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ store((s) => ({ })); ``` -**None-state variables (Refs)** +**Non-state shared vars (Refs)** Actually it's not related to resso, it's just JavaScript. You can do it like this: diff --git a/README.zh-CN.md b/README.zh-CN.md index 029dcf7..6083fd4 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -100,7 +100,7 @@ store((s) => ({ })); ``` -**非 state 变量 (Refs)** +**非 state 共享变量 (Refs)** 事实上它与 resso 无关,只是 JavaScript。你可以这样做: