Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dntzhang committed Oct 29, 2019
1 parent e2d2ed8 commit 77bb465
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,14 @@ define('my-app', _ => {
return (
<p>
Clicked: {data.count} times
<button onClick={add}>+</button>
<button onClick={add}>+</button>
<button onClick={sub}>-</button>
<div>
{_.store.storeB.data.msg}
<button onClick={_.store.storeB.changeMsg}>
change storeB's msg
</button>
</button>
</div>

<div>{_.computed.dobuleCount}</div>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,14 @@ define('my-app', _ => {
return (
<p>
Clicked: {data.count} times
<button onClick={add}>+</button>
<button onClick={add}>+</button>
<button onClick={sub}>-</button>
<div>
{_.store.storeB.data.msg}
<button onClick={_.store.storeB.changeMsg}>
change storeB's msg
</button>
</button>
</div>

<div>{_.computed.dobuleCount}</div>
Expand Down
4 changes: 2 additions & 2 deletions packages/omi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,14 @@ define('my-app', _ => {
return (
<p>
Clicked: {data.count} times
<button onClick={add}>+</button>
<button onClick={add}>+</button>
<button onClick={sub}>-</button>
<div>
{_.store.storeB.data.msg}
<button onClick={_.store.storeB.changeMsg}>
change storeB's msg
</button>
</button>
</div>

<div>{_.computed.dobuleCount}</div>
Expand Down

0 comments on commit 77bb465

Please sign in to comment.