From 26cbbc8bda997e56b232b2f63bb38638b17b0556 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Fri, 13 Aug 2010 16:13:46 +0000 Subject: [PATCH] Corrected title of ChatServer example --- libraries/Ethernet/examples/ChatServer/ChatServer.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Ethernet/examples/ChatServer/ChatServer.pde b/libraries/Ethernet/examples/ChatServer/ChatServer.pde index 7b0b9c5cc..50ae01408 100644 --- a/libraries/Ethernet/examples/ChatServer/ChatServer.pde +++ b/libraries/Ethernet/examples/ChatServer/ChatServer.pde @@ -1,5 +1,5 @@ /* - Web Server + Chat Server A simple server that distributes any incoming messages to all connected clients. To use telnet to your device's IP address and type.