From 7790037b4ab113c171dc63c48b4fa88c25ac29c7 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 31 Dec 2016 16:19:48 +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 15b7c0c4..7b36958d 100644 --- a/README.md +++ b/README.md @@ -534,7 +534,7 @@ If you would like to provide the Digest authentication, you should set such as t wssv.AuthenticationSchemes = AuthenticationSchemes.Digest; ``` -### Query String, Origin header, and Cookies ### +### Query string, Origin header, and Cookies ### As a WebSocket client, if you would like to send the query string in the handshake request, you should create a new instance of the `WebSocket` class with a WebSocket URL that includes the [Query] string parameters.