From 0c36f1fbec3709172bb5d32e55804e585c0bed82 Mon Sep 17 00:00:00 2001 From: lixianjing Date: Wed, 25 Aug 2021 20:49:13 +0800 Subject: [PATCH] improve docs --- README.md | 4 ++-- README_zh.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61ae684ca..db94e694f 100644 --- a/README.md +++ b/README.md @@ -345,9 +345,9 @@ npm install -g glob * [Examples for Custom Font Loader](https://github.com/zlgopen/awtk-custom-font-loader) -The third party provides: +* [Write AWTK App With ReactJS](https://github.com/zlgopen/react-awtk) -* [react-awtk](https://github.com/wenyufei2018/react-awtk) +The third party provides: * [Examples for Custom Widgets: QR code](https://github.com/CUITzhaoqi/awtk-qr) diff --git a/README_zh.md b/README_zh.md index bb725e6f2..592189256 100644 --- a/README_zh.md +++ b/README_zh.md @@ -349,9 +349,9 @@ npm install -g glob * [自定义字体加载器:加载部分字体](https://github.com/zlgopen/awtk-custom-font-loader) -第三方提供: +* [用reactjs开发AWTK应用程序](https://github.com/zlgopen/react-awtk) -* [react-awtk](https://github.com/wenyufei2018/react-awtk) +第三方提供: * [扩展控件实例:二维码](https://github.com/CUITzhaoqi/awtk-qr)