Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ziecho committed Apr 9, 2019
1 parent ae9b48c commit ab83357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@

## 用法

1、将 ZYNetworkAccessibity.h 和 ZYNetworkAccessibity.m 在合适的时机,比如 didFinishLaunchingWithOptions 开启,ZYNetworkAccessibity:
1、将 ZYNetworkAccessibity.h 和 ZYNetworkAccessibity.m 添加到项目中,在合适的时机,比如 didFinishLaunchingWithOptions 开启,ZYNetworkAccessibity:
```objc
[ZYNetworkAccessibity start];
```
Expand Down

0 comments on commit ab83357

Please sign in to comment.