diff --git a/README.md b/README.md index f15936e..f70cbe2 100644 --- a/README.md +++ b/README.md @@ -67,11 +67,11 @@ Configuration config = new Configuration.Builder(this) .isPrintTrackInfo(true) //打印堆栈 defaut true .isPrintThreadInfo(true)//打印线程信息 defaut true .build(); -S.addConfig(c); +S.addConfig(config); ``` 5. 扩展Log输出方式 通过继承`BasePlan`可创建自定义`Plan`,可参考`ReleasePlan`的实现 -6. 其他请参考[Demo](https://github.com/heartinfei/SLog) \ No newline at end of file +6. 其他请参考[Demo](https://github.com/heartinfei/SLog)