From 6999481ef07dba536122e5d4872b5c9204ed2df3 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 5 Aug 2016 15:23:30 +0900 Subject: [PATCH] [Modify] Edit it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95cdded4..9da2862f 100644 --- a/README.md +++ b/README.md @@ -459,7 +459,7 @@ I think this is useful when you get something error in connecting the server and websocket-sharp supports the **Secure Connection** with **SSL/TLS**. -As a **WebSocket Client**, you should create a new instance of the `WebSocket` class with the **wss** scheme WebSocket URL. +As a **WebSocket Client**, you should create a new instance of the `WebSocket` class with a **wss** scheme WebSocket URL. ```csharp using (var ws = new WebSocket ("wss://example.com")) {