Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Add missing parenthesis in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Haugen committed Jan 22, 2020
1 parent 29dfac9 commit b5695ff
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 @@ -130,7 +130,7 @@ function init() {

function showInfo(data, tabletop) {
// do something with the data
console.log(JSON.stringify(data, null, 2);
console.log(JSON.stringify(data, null, 2));
}

//initialise and kickstart the whole thing.
Expand Down

0 comments on commit b5695ff

Please sign in to comment.