mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-19 02:00:38 +01:00
Update README to note on the count of supported games and update CHANGELOG
This commit is contained in:
parent
5b01e1be17
commit
b4f6e7fab6
3 changed files with 4 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue