Skip to content

Commit

Permalink
updated docs to reflect package.json deps install
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrecny committed Mar 27, 2012
1 parent c1a19d7 commit 0d4f0b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ The game server currently runs on nodejs v0.4.7 (but should run fine on the late
- websocket
- websocket-server
- sanitizer
- memcache

All of them can be installed via `npm install [module_name]`
All of them can be installed via `npm install -d`


Configuration
Expand Down Expand Up @@ -38,4 +39,4 @@ The server has a status URL which can be used as a health check or simply as a w

Send a GET request to: `http://[host]:[port]/status`

It will return a JSON array containing the number of players in all instanced worlds on this game server.
It will return a JSON array containing the number of players in all instanced worlds on this game server.

0 comments on commit 0d4f0b2

Please sign in to comment.