From b5d9fea133c71b0598c31358001d62da3d493cdc Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 20 Jan 2014 21:33:36 +0900 Subject: [PATCH] Fix a few --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03c310a6..55f48544 100644 --- a/README.md +++ b/README.md @@ -434,7 +434,7 @@ If `preAuth` is `true`, the `WebSocket` sends the Basic authentication credentia Or if `preAuth` is `false`, the `WebSocket` sends either the Basic or Digest authentication (determined by the unauthorized response to the first connection request) credentials with the second connection request to the server. -As a **WebSocket Server**, you should set an HTTP authentication scheme, a realm, and any function to find the user credentials, before starting. It's like the following. +As a **WebSocket Server**, you should set an HTTP authentication scheme, a realm and any function to find the user credentials, before starting. It's like the following. ```cs wssv.AuthenticationSchemes = AuthenticationSchemes.Basic;