Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 11cd494

Browse files
committed
Update Examples in README.md
1 parent 3f19aeb commit 11cd494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Example extends Component {
2323
// ...
2424

2525
state = {
26-
loading: false,
26+
loading: true,
2727
error: '',
2828
articles: this.props.articles,
2929
};
@@ -62,7 +62,7 @@ class Example extends Component {
6262
// ...
6363

6464
state = {
65-
loading: false,
65+
loading: true,
6666
articles: this.props.articles,
6767
};
6868

0 commit comments

Comments
 (0)