Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add space for readability
  • Loading branch information
morenoh149 committed Jan 26, 2015
1 parent 711f0e4 commit d4c08ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var Timer = React.createClass({
});
},
render: function () {
var secondsElapsed = this.state? this.state.secondsElapsed : 0;
var secondsElapsed = this.state ? this.state.secondsElapsed : 0;
return (
<div>Seconds Elapsed: {secondsElapsed}</div>
);
Expand Down

0 comments on commit d4c08ac

Please sign in to comment.