Fix documentation not to refer to client as emp_client

This commit is contained in:
Markus Armbruster 2009-04-05 11:34:57 +02:00
parent 2196ffd55c
commit f30ecd3da7
2 changed files with 33 additions and 31 deletions

View file

@ -2,7 +2,7 @@ Introduction
Empire is designed as a smart server with dumb clients. An Empire
client need to know nothing about the game. Even telnet would do. In
fact, emp_client is little more than a slightly specialized telnet.
fact, empire-client is little more than a slightly specialized telnet.
In such a design, presentation is in the server, and it is designed
for human consumption. Ideally, presentation and logic are cleanly