Skip to content

Commit

Permalink
syntax error fixed (dot to semicolon)
Browse files Browse the repository at this point in the history
  • Loading branch information
oroce authored Jul 19, 2016
1 parent 2faf704 commit ac35ef3
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 @@ -16,7 +16,7 @@ npm install os-uptime
```
const uptime = require('os-uptime');
console.log('System was started at: %s', uptime().toLocaleString()).
console.log('System was started at: %s', uptime().toLocaleString());
```

# LICENSE
Expand Down

0 comments on commit ac35ef3

Please sign in to comment.