diff --git a/Example2/Program.cs b/Example2/Program.cs index 68f23dbb..5e960de3 100644 --- a/Example2/Program.cs +++ b/Example2/Program.cs @@ -14,7 +14,7 @@ namespace Example2 // Create a new instance of the WebSocketServer class. // // If you would like to provide the secure connection, you should - // create a new instance with the 'secure' parameter set to true or + // create a new instance with the "secure" parameter set to true or // with a wss scheme WebSocket URL. var wssv = new WebSocketServer (4649);