From 7de97253fd38b9b5fe9da5a8c38916eaa09168a1 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 25 Feb 2014 17:14:57 +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 ca0b7905..13af5ff7 100644 --- a/README.md +++ b/README.md @@ -474,7 +474,7 @@ So if you would like to change the current logging level (`WebSocketSharp.LogLev ws.Log.Level = LogLevel.DEBUG; ``` -This means a log with less than `LogLevel.DEBUG` isn't outputted. +This means a log with less than `LogLevel.DEBUG` cannot be outputted. And if you would like to output a log, you should use any of the output methods. The following outputs a log with `LogLevel.DEBUG`.