Skip to content

Commit

Permalink
Merge pull request #15 from karlr42/master
Browse files Browse the repository at this point in the history
Fix documentation error
  • Loading branch information
husa committed Sep 19, 2016
2 parents f27c0e8 + b60d7d6 commit 9e20ebf
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 @@ -26,7 +26,7 @@ Let's cook pizza
var pizzaTimer = new Timer();
var pizzaCookingTime = 15 * 60; // 15 minutes

timer.start(pizzaCookingTime).on('end', function () {
pizzaTimer.start(pizzaCookingTime).on('end', function () {
alert('Pizza is ready, bon appetit!');
});
```
Expand Down

0 comments on commit 9e20ebf

Please sign in to comment.