Skip to content

Commit

Permalink
Merge pull request #2 from morenoh149/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
fdecampredon committed Jan 28, 2015
2 parents 82d8260 + d4c08ac commit aae73a6
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 @@ -46,7 +46,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 aae73a6

Please sign in to comment.