diff options
author | Omar Assadi <omar@assadi.co.il> | 2017-10-28 11:22:44 -0400 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-10-28 18:22:44 +0300 |
commit | 1da17db7172a87532e394b767cb44a7b5660181e (patch) | |
tree | 56eeaf7878d30dbf7250105e6467864674ce9c65 /README.md | |
parent | 5866eb23217de4d29b181e30c26cee28ebc6aedc (diff) | |
download | gitea-1da17db7172a87532e394b767cb44a7b5660181e.tar.gz gitea-1da17db7172a87532e394b767cb44a7b5660181e.zip |
Fix Various Grammar Issues and Adjust Unnatural Wording (#2737)
* Fix Comma Splices
Replace comma splices with more fitting punctuation—usually semicolons.
Signed-off-by: Omar Assadi <omar@assadi.ru>
* Turn Some Conjunctions into Sentences
Turn conjunctions—which are capable of standing on their own—into their standalone sentences.
Signed-off-by: Omar Assadi <omar@assadi.ru>
* Reword Sections and Fix Issues in Docs
Reword sections of the contributing docs and readme file to be more
natural and clear. Additionally, fix the majority of the grammar
mistakes.
Signed-off-by: Omar Assadi <omar@assadi.co.il>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -33,17 +33,17 @@ This project has been ## Notes 1. **YOU MUST READ THE [CONTRIBUTORS GUIDE](CONTRIBUTING.md) BEFORE STARTING TO WORK ON A PULL REQUEST.** -2. If you found a vulnerability in the project, please write privately to **security@gitea.io**. Thanks! +2. If you have found a vulnerability in the project, please write privately to **security@gitea.io**. Thanks! 3. If you're interested in using our APIs, we have experimental support with [documentation](https://godoc.org/code.gitea.io/sdk/gitea). ## Docs -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 [Discord server](https://discord.gg/NsatcWJ) -or [Matrix room](https://matrix.to/#/#gitea:matrix.org) to chat with us -or use the [forum](https://discourse.gitea.io/). +For more information and instructions about how to install Gitea, please look +at our [documentation](https://docs.gitea.io/en-us/). If you have questions +that are not covered by the documentation, you can get in contact with us on +our [Discord server](https://discord.gg/NsatcWJ), +[Matrix room](https://matrix.to/#/#gitea:matrix.org), +or [forum](https://discourse.gitea.io/)! ## Contributing |