diff options
author | Unknwon <u@gogs.io> | 2016-03-05 14:18:17 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-05 14:18:17 -0500 |
commit | 05d8664f15013b0159b3689bda84e89dd7be22fd (patch) | |
tree | c6b0ba1f2aee4a3b92e0e731d3fac05420e9074a | |
parent | 9c0f84cee89af87b1c023e511e524da895476a7e (diff) | |
parent | 52fdecf97b4df74697db696f2e675235a24d6cd0 (diff) | |
download | gitea-05d8664f15013b0159b3689bda84e89dd7be22fd.tar.gz gitea-05d8664f15013b0159b3689bda84e89dd7be22fd.zip |
Merge pull request #2762 from rom1504/patch-1
Fix grammar in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra ### Important Notes -1. **YOU MUST READ [Contributing Code](https://github.com/gogits/gogs/wiki/Contributing-Code) BEFORE START WORKING ON PULL REQUEST**. +1. **YOU MUST READ [Contributing Code](https://github.com/gogits/gogs/wiki/Contributing-Code) BEFORE STARTING TO WORK ON A PULL REQUEST**. 2. Due to testing purpose, data of [try.gogs.io](https://try.gogs.io) was reset in **Jan 28, 2015** and will reset multiple times after. Please do **NOT** put your important data on the site. 3. The demo site [try.gogs.io](https://try.gogs.io) is running under `develop` branch. 4. If you think there are vulnerabilities in the project, please talk privately to **u@gogs.io**. Thanks! |