From 6e669029829ec8820a8282d9eb3fc42900bbc86e Mon Sep 17 00:00:00 2001
From: Edmond <conghonglei@gmail.com>
Date: Mon, 3 Feb 2020 09:54:59 +0800
Subject: [PATCH] add EN/CN link to README (#431)

---
 README.md    | 2 ++
 README_CN.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/README.md b/README.md
index b960afa8..0f999a4d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 [![Build Status](https://travis-ci.org/DNAProject/DNA.svg?branch=master)](https://travis-ci.org/DNAProject/DNA)
 
+English | [中文](README_CN.md)
+
 # DNA (Distributed Networks Architecture)
 
  DNA is a decentralized distributed network protocol based on blockchain technology and is implemented in Golang. Through peer-to-peer network, DNA can be used to digitize assets and provide financial service, including asset registration, issuance, transfer, etc.
diff --git a/README_CN.md b/README_CN.md
index 98334591..4bc45161 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -1,5 +1,7 @@
 [![Build Status](https://travis-ci.org/DNAProject/DNA.svg?branch=master)](https://travis-ci.org/DNAProject/DNA)
 
+[English](README.md) | 中文
+
 # DNA (Distributed Networks Architecture)
 
 DNA是go语言实现的基于区块链技术的去中心化的分布式网络协议。可以用来数字化资产和金融相关业务包括资产注册,发行,转账等。