From 28e0e23a355509fb33d2fef35f5f2d2bf122a698 Mon Sep 17 00:00:00 2001 From: Vahid Panjganj Date: Thu, 27 Jul 2017 14:38:23 +0100 Subject: [PATCH] Copy change (#77) --- README-zh.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index 8ab6e28..42ef59a 100644 --- a/README-zh.md +++ b/README-zh.md @@ -1,5 +1,5 @@ -[EN](./README.md) +[ENGLISH](./README.md) [](http://wearehive.co.uk/) diff --git a/README.md b/README.md index 9181f5d..f490107 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ There are a set of rules to keep in mind: _Why:_ > You are about to add your code to a stable branch. If your feature-branch tests fail, there is a high chance that your destination branch build will fail too. Additionally you need to apply code style check before making a Pull Request. It aids readability and reduces the chance of formatting fixes being mingled in with actual changes. -* Use [this .gitignore file](./.gitignore). +* Use [this](./.gitignore) `.gitignore` file. _Why:_ > It already has a list of system files that should not be sent with your code into a remote repository. In addition, it excludes setting folders and files for most used editors, as well as most common dependency folders.