Updated example

pull/47/head
MillenniumEarl 2020-11-19 20:43:30 +01:00
parent cf8218506b
commit 7ce02dce06
1 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,6 @@ async function main() {
// Extract first game
const gamedata = found[0];
console.log(`Found ${gamedata.name} (${gamedata.version}, ID ${gamedata.id}) by ${gamedata.author}`);
console.log(`Found ${gamedata.name} (${gamedata.version}) by ${gamedata.author}`);
}
}