소스 검색

Update README.md

mattn 11 년 전
부모
커밋
e2c2071e34
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -14,7 +14,7 @@ Colorable writer for windows
 ## Usage
 
 ```go
-logrus.SetOutput(colorable.NewColorableWriter())
+logrus.SetOutput(colorable.NewColorableStdout())
 
 logrus.Info("succeeded")
 logrus.Warn("not correct")