From 26422014c47c828ee24ec26fa8b08a19ae2f7e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=83=E5=AE=A2=E9=A3=9E=E9=BE=99?= <562826179@qq.com> Date: Wed, 21 Jun 2023 18:28:19 +0800 Subject: [PATCH] update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0dbf1a..a98a14b 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,22 @@ > > 只有经历过地狱般的磨练,才能拥有创造天堂的力量。——泰戈尔 -* [在线阅读](https://react.apachecn.org) +* [在线阅读](https://react.flygon.net) ## 下载 ### Docker ``` -docker pull apachecn0/apachecn-react-zh -docker run -tid -p :80 apachecn0/apachecn-react-zh +docker pull apachecn0/flygon-react-zh +docker run -tid -p :80 apachecn0/flygon-react-zh # 访问 http://localhost:{port} 查看文档 ``` ### NPM ``` -npm install -g apachecn-react-zh -apachecn-react-zh +npm install -g flygon-react-zh +flygon-react-zh # 访问 http://localhost:{port} 查看文档 ```