From ec4dbc8aabbcc0b6d63a4f1c864d31a4b532f05f Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 22 Jan 2014 14:16:22 +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 f587ed74..cd44b6e7 100644 --- a/README.md +++ b/README.md @@ -467,7 +467,7 @@ wssv.AuthenticationSchemes = AuthenticationSchemes.Digest; The `WebSocket` class includes the own logging function. -You can access the logging function with the `WebSocket.Log` property. (Its type is `WebSocketSharp.Logger`.) +You can access it with the `WebSocket.Log` property. (Its type is `WebSocketSharp.Logger`.) If you want to change the current logging level (the default logging level is `WebSocketSharp.LogLevel.ERROR`), you should set any of the `LogLevel` values to the `WebSocket.Log.Level`.