From d80bdc9894cefe4cf547097e16d15a730f2507be Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 23 Jan 2014 15:09:03 +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 f018a47f..ba83667f 100644 --- a/README.md +++ b/README.md @@ -469,7 +469,7 @@ The `WebSocket` class includes the own logging function. You can access it with the `WebSocket.Log` property (returns a `WebSocketSharp.Logger`). -If you want to change the current logging level (the default logging level is `WebSocketSharp.LogLevel.ERROR`), you should set the `WebSocket.Log.Level` property to any of the `LogLevel` enum values. +If you want to change the current logging level (`WebSocketSharp.LogLevel.ERROR` as the default), you should set the `WebSocket.Log.Level` property to any of the `LogLevel` enum values. ```cs ws.Log.Level = LogLevel.DEBUG;