Filling out more release dates in the readme

This commit is contained in:
mmorrison 2019-02-06 23:19:32 -06:00
parent d604f1b49f
commit 0c19c734b1
3 changed files with 102 additions and 92 deletions

View file

@ -22,7 +22,7 @@ class GameResolver {
printReadme() {
let out = '';
out += '| Type ID | Name | Notes\n';
out += '| GameDig Type ID | Name | Notes\n';
out += '|---|---|---\n';
for(const [key,game] of this.games.entries()) {
if (!game.pretty) {