Skip to content

Commit

Permalink
Merge pull request Moya#2216 from Moya/readme-formatting-consistency
Browse files Browse the repository at this point in the history
Cleans up readme nitpicks
  • Loading branch information
ashfurrow authored Oct 31, 2021
2 parents ab7c1a4 + 4b1f352 commit 598ab33
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
17 changes: 8 additions & 9 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ We have provided two sample projects in the repository. To use it download the r

## Project Status

This project is actively under development, and is being used in [Artsy's
new auction app](https://github.com/Artsy/eidolon). We consider it
ready for production use.
This project is actively under development, and is being used in [Artsy's auction app](https://github.com/Artsy/eidolon). We consider it ready for production use.

## Installation

Expand Down Expand Up @@ -131,7 +129,7 @@ pod 'Moya/RxSwift', '~> 15.0'

pod 'Moya/ReactiveSwift', '~> 15.0'

#or
# or

pod 'Moya/Combine', '~> 15.0'
```
Expand Down Expand Up @@ -336,7 +334,7 @@ If any of that sounds cool to you, send a pull request! After your first
contribution, we will add you as a member to the repo so you can merge pull
requests and help steer the ship :ship: You can read more details about that [in our contributor guidelines](https://github.com/Moya/Moya/blob/master/Contributing.md).

Moya's community has a tremendous positive energy, and the maintainers are committed to keeping things awesome. Like [in the CocoaPods community](https://github.com/CocoaPods/CocoaPods/wiki/Communication-&-Design-Rules), always assume positive intent; even if a comment sounds mean-spirited, give the person the benefit of the doubt.
Moya's community has a tremendous positive energy, and the maintainers are committed to keeping things awesome. Like [in the CocoaPods community](https://github.com/CocoaPods/CocoaPods/wiki/Communication-&-Design-Rules), always assume positive intent. Even if a comment sounds mean-spirited, give the person the benefit of the doubt.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by [its terms](https://github.com/Moya/Moya/blob/master/Code%20of%20Conduct.md).

Expand All @@ -345,12 +343,13 @@ Please note that this project is released with a Contributor Code of Conduct. By
If you add or remove a source file from Moya, a corresponding change needs to be made to the `Moya.xcodeproj` project at the root of this repository. This project is used for Carthage. Don't worry, you'll get an automated warning when submitting a pull request if you forget.

### Help us improve Moya documentation

Whether you’re a core member or a user trying it out for the first time, you can make a valuable contribution to Moya by improving the documentation. Help us by:

- sending us feedback about something you thought was confusing or simply missing
- suggesting better wording or ways of explaining certain topics
- sending us a pull request via GitHub
- improving the [Chinese documentation](https://github.com/Moya/Moya/blob/master/Readme_CN.md)
- Sending us feedback about something you thought was confusing or simply missing.
- Suggesting better wording or ways of explaining certain topics.
- Sending us a pull request via GitHub.
- Improving the [Chinese documentation](https://github.com/Moya/Moya/blob/master/Readme_CN.md).


## License
Expand Down
10 changes: 5 additions & 5 deletions Readme_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pod 'Moya/RxSwift', '~> 15.0'

pod 'Moya/ReactiveSwift', '~> 15.0'

#or
# or

pod 'Moya/Combine', '~> 15.0'
```
Expand Down Expand Up @@ -288,10 +288,10 @@ Moya 社区拥有巨大的正能量,同时维护人员致力于让事情变得

无论你是核心成员还是用户,你可以通过改进文档对 Moya 做出重大的贡献。如何帮助我们:

- 向我们发送有关你认为令人困惑或缺少的意见
- 建议更好的措辞或解释某些功能的方法
- 通过 GitHub 向我们发送 pull requests
- 改进 [中文文档](https://github.com/Moya/Moya/blob/master/Readme_CN.md)
- 向我们发送有关你认为令人困惑或缺少的意见
- 建议更好的措辞或解释某些功能的方法
- 通过 GitHub 向我们发送 pull requests
- 改进 [中文文档](https://github.com/Moya/Moya/blob/master/Readme_CN.md)

## 许可证

Expand Down

0 comments on commit 598ab33

Please sign in to comment.