Skip to content

Commit d9a5ee5

Browse files
author
Shane Stebner
authored
Merge pull request #11 from mozami/patch-1
fixed console output formatting on readme example
2 parents 8b4e4a5 + e8f8c7c commit d9a5ee5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ $.jTimeout({
100100
//tell them they will be timing out soon!
101101
//to get the current time:
102102
var secondsLeft = jTimeout.getTimer();
103-
console.log('You will be timed out in: '+secondsLeft'+ seconds');
103+
console.log('You will be timed out in: '+secondsLeft+' seconds');
104104
}
105105
});
106106
```

0 commit comments

Comments
 (0)