diff --git a/README.md b/README.md index 7e4de85..235c30b 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,9 @@ const ThemeList = ['light', 'dark', 'blue', 'green']; const Layout = () => { return ( - + {/* */} - + {/* */} ); }; diff --git a/README.zh-CN.md b/README.zh-CN.md index 50fcef4..1e222ed 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -97,9 +97,9 @@ const ThemeList = ['light', 'dark', 'blue', 'green']; const Layout = () => { return ( - + {/* */} - + {/* */} ); };