diff options
author | Patrick G <geek1011@users.noreply.github.com> | 2017-03-09 08:24:57 -0500 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-03-09 21:24:57 +0800 |
commit | c1c4609e4ebc63d50f250447b2c192f100fec79b (patch) | |
tree | 655af761cf422ee29bc28c1a9b57f96a992891d6 /README.md | |
parent | 626bcf0547ebfde0fddcc29571f8b420e99f2ee1 (diff) | |
download | gitea-c1c4609e4ebc63d50f250447b2c192f100fec79b.tar.gz gitea-c1c4609e4ebc63d50f250447b2c192f100fec79b.zip |
Grammar fixes and small wording adjustments (#1156)
* Grammar fixes and small wording adjustments
* More grammar fixes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,7 +19,7 @@ ## Purpose -The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across **all platforms** that Go supports, including Linux, macOS, and Windows on x86, amd64, ARM and PowerPC architectures. Want to try it before doing anything else? Do it [online](https://try.gitea.io/)! This project is [forked](https://blog.gitea.io/2016/12/welcome-to-gitea/) from [Gogs](https://gogs.io). +The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. Using Go, this can be done with an independent binary distribution across **all platforms** which Go supports, including Linux, macOS, and Windows on x86, amd64, ARM and PowerPC architectures. Want to try it before doing anything else? Do it [with the online demo](https://try.gitea.io/)! This project has been [forked](https://blog.gitea.io/2016/12/welcome-to-gitea/) from [Gogs](https://gogs.io). ## Notes @@ -29,7 +29,7 @@ The goal of this project is to make the easiest, fastest, and most painless way ## Docs -For further information or instructions how to install Gitea please take a look at our [documentation](https://docs.gitea.io/en-us/), if you can not find some specific information just head over to our [Gitter](https://gitter.im/go-gitea/gitea) channel to have a chat with us. +For more information and instructions about how to install Gitea please look at our [documentation](https://docs.gitea.io/en-us/). If you cannot find some specific information, then head over to our [Gitter](https://gitter.im/go-gitea/gitea) channel to chat with us. ## Contributing @@ -43,4 +43,4 @@ Fork -> Patch -> Push -> Pull Request ## License -This project is under the MIT License. See the [LICENSE](https://github.com/go-gitea/gitea/blob/master/LICENSE) file for the full license text. +This project is licensed under the MIT License. See the [LICENSE](https://github.com/go-gitea/gitea/blob/master/LICENSE) file for the full license text. |