Skip to content

Commit

Permalink
Update Demo link to codesandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
llh911001 committed Aug 31, 2018
1 parent 4f40968 commit 76ff695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -100,7 +100,7 @@ const App = connect(state => {
render(<App />, document.getElementById('root'))
```

### [Demo](https://www.webpackbin.com/bins/-Kmdm2zpS4JBvzbKBbIc)
### [Demo](https://codesandbox.io/s/814mnvw1qj)

## Guide

Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Expand Up @@ -98,7 +98,7 @@ const App = connect(state => {
render(<App/>, document.getElementById('root'))
```

### [Demo](https://www.webpackbin.com/bins/-Kmdm2zpS4JBvzbKBbIc)
### [Demo](https://codesandbox.io/s/814mnvw1qj)

## 指南

Expand Down

0 comments on commit 76ff695

Please sign in to comment.