Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
WellyShen committed Sep 17, 2016
1 parent 51acd2f commit eb1670a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ import './Home.scss';

render() {
return (
<div className="Home">
<Helmet title="Home" /> // Use the CSS class as normal
<div className="Home"> // Use the CSS class as normal
<Helmet title="Home" />
{this.displayUserList()}
</div>
);
Expand Down

0 comments on commit eb1670a

Please sign in to comment.