mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
Filling out more release dates in the readme
This commit is contained in:
parent
d604f1b49f
commit
0c19c734b1
3 changed files with 102 additions and 92 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue