From cab5a4a1596e5019c7fd306ad49aac67209b467c Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 9 Dec 2009 09:19:16 +0100 Subject: minor documentation updates --- examples/chat/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/chat/README b/examples/chat/README index bb64d60..6fe1b4e 100644 --- a/examples/chat/README +++ b/examples/chat/README @@ -1,7 +1,7 @@ This example is a simple instant messaging implementation. There are multiple partipants in the chat, both sending and reading messages. The sending -application 'prompt' is separated from the application displayinf the chat +application 'prompt' is separated from the application displaying the chat 'display' so that there's no need for sophisticated GUI. To run the example you'll need both applications plus the 'forwarder' device @@ -12,7 +12,7 @@ $ ./configure --with-chat --with-forwarder $ make $ sudo make install -Once it is build create the configuration file (say config.xml) for the +Once it is built create the configuration file (say config.xml) for the forwarder describing which network endpoints are to be used for incoming and outgoing messages: -- cgit v1.2.3