Skip to content

Commit 29c2c1e

Browse files
committed
Fixed syntax error
1 parent e77d27d commit 29c2c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Logging is very simple. Set your log level (if not INFO) and start logging:
8181
use TgLog::Log;
8282
8383
// Set the log level
84-
Log::setLogLevel(Log:ERROR);
84+
Log::setLogLevel(Log::ERROR);
8585
8686
// Simple line
8787
Log::error('A simple error message');

0 commit comments

Comments
 (0)