Update README to note on the count of supported games and update CHANGELOG

This commit is contained in:
CosminPerRam 2023-09-13 17:43:37 +03:00
parent 5b01e1be17
commit b4f6e7fab6
3 changed files with 4 additions and 3 deletions

View file

@ -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.

View file

@ -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

View file

@ -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