diff --git a/README.md b/README.md index 70aa7a2..76e8db4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
-

kee.so

-Create now ➫ [🔗 kee.so](https://kee.so/) +Link in bio to **widgets**, +your online **home screen**. ➫ [🔗 kee.so](https://kee.so/)
diff --git a/README.zh-CN.md b/README.zh-CN.md index c937881..029dcf7 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,7 +1,7 @@
-

kee.so

-Create now ➫ [🔗 kee.so](https://kee.so/) +Link in bio to **widgets**, +your online **home screen**. ➫ [🔗 kee.so](https://kee.so/)
@@ -114,8 +114,8 @@ export const refs = { import store, { refs } from './store'; function App() { - refs.total = 100; - return
; + refs.total = 100; + return
; } ```