Skip to content

Commit

Permalink
Merge pull request #11 from mozami/patch-1
Browse files Browse the repository at this point in the history
fixed console output formatting on readme example
  • Loading branch information
Shane Stebner authored Jun 15, 2017
2 parents 8b4e4a5 + e8f8c7c commit d9a5ee5
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 @@ -100,7 +100,7 @@ $.jTimeout({
//tell them they will be timing out soon!
//to get the current time:
var secondsLeft = jTimeout.getTimer();
console.log('You will be timed out in: '+secondsLeft'+ seconds');
console.log('You will be timed out in: '+secondsLeft+' seconds');
}
});
```

0 comments on commit d9a5ee5

Please sign in to comment.