diff --git a/Example/Program.cs b/Example/Program.cs index 8c57d6fd..439a9918 100644 --- a/Example/Program.cs +++ b/Example/Program.cs @@ -109,7 +109,7 @@ namespace Example // Connect to the server asynchronously. //ws.ConnectAsync (); - Console.WriteLine ("\nType 'exit' to exit.\n"); + Console.WriteLine ("\nType \"exit\" to exit.\n"); while (true) { Thread.Sleep (1000);