Skip to content

Commit f691a04

Browse files
committed
Merge pull request imcj#2 from eamonnfaherty/master
fixed typo
2 parents ea10a0d + ba833d4 commit f691a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ logging是Python logging的移植,再造轮子是因为mconsole没有提供过
66
安装
77
----
88

9-
$ haxelib install loggin
9+
$ haxelib install logging
1010

1111
or
1212

@@ -92,4 +92,4 @@ Changelog
9292
* 0.1.3 格式化信息中加入`filename``lineno`,log第三个参数可打印堆栈
9393
* 0.1.2 兼容 Haxe 3。
9494
* 0.1.1 新增SocketHandler
95-
* 0.1.0 完成一个基本可用的日志模块。
95+
* 0.1.0 完成一个基本可用的日志模块。

0 commit comments

Comments
 (0)