diff options
author | Romain Beaumont <romain.rom1@gmail.com> | 2016-03-05 19:46:32 +0100 |
---|---|---|
committer | Romain Beaumont <romain.rom1@gmail.com> | 2016-03-05 19:46:32 +0100 |
commit | 52fdecf97b4df74697db696f2e675235a24d6cd0 (patch) | |
tree | c6b0ba1f2aee4a3b92e0e731d3fac05420e9074a | |
parent | 9c0f84cee89af87b1c023e511e524da895476a7e (diff) | |
download | gitea-52fdecf97b4df74697db696f2e675235a24d6cd0.tar.gz gitea-52fdecf97b4df74697db696f2e675235a24d6cd0.zip |
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! |