From 8488cdcca92e6147927f48954d49fbb1188dfa05 Mon Sep 17 00:00:00 2001 From: Michael Morrison Date: Sun, 2 Feb 2014 18:16:12 -0600 Subject: [PATCH] Bump readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21423ac..7f4e880 100644 --- a/README.md +++ b/README.md @@ -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 ---