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} 查看文档 ```