Commit f6a423bb authored by Shen Chang's avatar Shen Chang

docs(README): fix link

parent 67899a9f
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
<p>A component that maintains component state and avoids repeated re-rendering.</p> <p>A component that maintains component state and avoids repeated re-rendering.</p>
<div style="width: 100px; text-align: left;"> <div style="width: 100px; text-align: left;">
<div>English | <a href="./README.zh-CN.md">中文</a></div> <div>English | <a href="https://github.com/Sam618/react-keep-alive/blob/master/README.zh-CN.md">中文</a></div>
<div><a href="./ONLINE_EDITOR.md">Online Editor</a></div> <div><a href="https://github.com/Sam618/react-keep-alive/blob/master/ONLINE_EDITOR.md">Online Editor</a></div>
</div> </div>
</div> </div>
......
{ {
"name": "react-keep-alive", "name": "react-keep-alive",
"version": "0.4.1", "version": "0.4.2",
"description": "Package will allow components to maintain their status, to avoid repeated re-rendering.", "description": "Package will allow components to maintain their status, to avoid repeated re-rendering.",
"author": "Shen Chang", "author": "Shen Chang",
"homepage": "https://github.com/Sam618/react-keep-alive", "homepage": "https://github.com/Sam618/react-keep-alive",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment