Bump readme

This commit is contained in:
Michael Morrison 2014-02-02 18:16:12 -06:00
parent 0e8ffe38f5
commit 8488cdcca9
1 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,11 @@
node-GameDig - Game Server Query Library
---
node-GameDig is a game server library, capable of querying for the status of
nearly any game server. If has a node.js api, as well as a command line interface.
node-GameDig is a game server query library, capable of querying for the status of
nearly any game or voice server. If a server makes its status publically available,
GameDig can fetch it for you.
GameDig is available as a node.js module, as well as a
[command line executable](#usage-from-command-line).
Usage from Node.js
---