diff options
Diffstat (limited to 'README-zh-cn.md')
-rw-r--r-- | README-zh-cn.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README-zh-cn.md b/README-zh-cn.md index 33bc67e..18f7900 100644 --- a/README-zh-cn.md +++ b/README-zh-cn.md @@ -151,7 +151,7 @@ function ChildComponent() { ## 指南 -如果你以前从未使用过 React Hooks,我不建议你往下看,请先阅读 [React 官网的 React Hooks 文档](https://reactjs.org/docs/hooks-intro.html)。 +如果你以前从未使用过 React Hooks,我不建议你往下看,请先阅读 [React 官网的 React Hooks 文档](https://reactjs.org/docs/hooks-intro.html)。 首先,使用 React Hooks,你可以创建这样一个组件: |