Skip to content

Commit

Permalink
Fixes code example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen authored and mathdroid committed Oct 26, 2018
1 parent a4c9481 commit 07de296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ function MyComponent() {
<div>
<h1>You are {onlineStatus ? "Online" : "Offline"}</h1>
</div>
);
}
```

0 comments on commit 07de296

Please sign in to comment.