diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc9d09..54df512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### To Be Released... -* (changelog) +* Replaced usage of deprecated `substr` with `substring`. ### 4.1.0 * Replace `compressjs` dependency by `seek-bzip` to solve some possible import issues. diff --git a/GAMES_LIST.md b/GAMES_LIST.md index 8cb5afb..26ce82f 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -349,7 +349,7 @@ > Don't see your game listed here? > -> First, let us know so we can fix it. Then, you can try using some common query +> First, let us know, so we can fix it. Then, you can try using some common query > protocols directly by using one of these server types: > * protocol-ase > * protocol-battlefield diff --git a/README.md b/README.md index 5510ee4..c79618e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ If a server makes its status publically available, GameDig can fetch it for you. Support is available on the [GameDig Discord](https://discord.gg/NVCMn3tnxH) (for questions), or [GitHub Issues](https://github.com/gamedig/node-gamedig/issues) (for bugs). ## Games List -See the [GAMES_LIST.md](GAMES_LIST.md) file for the currently supported games, not yet supported games and notes about some of them. +**node-GameDig** can query over 280 games (+ a few services)! +See the [GAMES_LIST.md](GAMES_LIST.md) file for the currently supported titles, not yet supported ones and notes about some of them. ## Usage from Node.js