Skip to content

Commit

Permalink
Update spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zubin Kang committed Dec 21, 2016
1 parent 8c1221c commit 01bae81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ The soure code files for XMNetworking is compact and concise, there are only fou
## Collaborators
* [southpeak](https://github.com/southpeak)
* [Xcoce-Men Team](http://www.jianshu.com/users/d509cc369c78/)
* [Xcode-Men Team](http://www.jianshu.com/users/d509cc369c78/)
## License
XMNetworking is released under the MIT license. See [LICENSE](https://github.com/kangzubin/XMNetworking/blob/master/LICENSE) for details.
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ request.api = @"foo/bar";

```objc
[XMCenter sendRequest:^(XMRequest *request) {
//request.server = @"http://example.com/v1/"; // 可选,如果读取 XMCenter.generalServer
//request.server = @"http://example.com/v1/"; // 可选,如果为空则读取 XMCenter.generalServer
request.api = @"foo/bar";
request.parameters = @{@"param1": @"value1", @"param2": @"value2"};
request.httpMethod = kXMHTTPMethodPOST; // 可选,默认为 `POST`
Expand Down Expand Up @@ -392,7 +392,7 @@ XMNetworking 的代码结构非常简洁和紧凑,只包含了 4 个核心文
## 贡献者
* [southpeak](https://github.com/southpeak)
* [Xcoce-Men Team](http://www.jianshu.com/users/d509cc369c78/)
* [Xcode-Men Team](http://www.jianshu.com/users/d509cc369c78/)
## 许可证
XMNetworking 使用 MIT 许可证,详情见 [LICENSE](https://github.com/kangzubin/XMNetworking/blob/master/LICENSE) 文件。
Expand Down

0 comments on commit 01bae81

Please sign in to comment.