Skip to content

Commit

Permalink
Merge pull request Lede-Inc#16 from luxinyan/master
Browse files Browse the repository at this point in the history
Fix README typo
  • Loading branch information
philonpang authored Jan 10, 2018
2 parents 5d7fb5e + 33ec4e1 commit d24c165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
在项目工程的Podfile文件中加载LDNetDiagnoService库:

```
pod 'LDNetDiagnoService' :git => 'https://github.com/Lede-Inc/LDNetDiagnoService_IOS.git'
pod 'LDNetDiagnoService', :git => 'https://github.com/Lede-Inc/LDNetDiagnoService_IOS.git'
```


Expand Down Expand Up @@ -103,7 +103,7 @@ _netDiagnoService.delegate = self;

## 如何通过textview监控日志输出
---------------------------------
* 如果产品需要通过textview缄口日志输出过程,可以参考demo例子中的ViewController的代码;
* 如果产品需要通过textview接口日志输出过程,可以参考demo例子中的ViewController的代码;

* 在网络诊断结束的时候,将日志文件上传;

Expand Down

0 comments on commit d24c165

Please sign in to comment.