From 1400ee0f953a32966166169093ff87d5edf3e16f Mon Sep 17 00:00:00 2001 From: KamiD <44460798+KamiD@users.noreply.github.com> Date: Fri, 9 Jul 2021 11:32:39 +0800 Subject: [PATCH] =?UTF-8?q?Merge=20PR=20=EF=BC=9Afix=20incorrect=20info=20?= =?UTF-8?q?of=20circleci=20and=20tag=20in=20README=20(#919)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix incorrect info of circleci and tag in README * Update README.md * Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2ae6bcbb0f..962b629653 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ The Infrastructure of Decentralized Exchange ![banner](./docs/images/okexchain-image.jpg) -[![version](https://img.shields.io/github/tag/okex/okexchain.svg)](https://github.com/okex/okexchain/releases/latest) -[![CircleCI](https://circleci.com/gh/okex/okexchain/tree/master.svg?style=shield)](https://circleci.com/gh/okex/okexchain/tree/master) +[![version](https://img.shields.io/github/tag/okex/exchain.svg)](https://github.com/okex/exchain/releases/latest) +[![CircleCI](https://circleci.com/gh/okex/exchain/tree/dev.svg?style=shield)](https://circleci.com/gh/okex/exchain/tree/dev) [![codecov](https://codecov.io/gh/okex/okexchain/branch/master/graph/badge.svg)](https://codecov.io/gh/okex/okexchain) -[![Go Report Card](https://goreportcard.com/badge/github.com/okex/okexchain)](https://goreportcard.com/report/github.com/okex/okexchain) -[![license](https://img.shields.io/github/license/okex/okexchain.svg)](https://github.com/okex/okexchain/blob/master/LICENSE) -[![LoC](https://tokei.rs/b1/github/okex/okexchain)](https://github.com/okex/okexchain) -[![GolangCI](https://golangci.com/badges/github.com/okex/okexchain.svg)](https://golangci.com/r/github.com/okex/okexchain) +[![Go Report Card](https://goreportcard.com/badge/github.com/okex/exchain)](https://goreportcard.com/report/github.com/okex/exchain) +[![license](https://img.shields.io/badge/license-Apache%202.0-green)](https://github.com/okex/exchain/blob/dev/LICENSE) +[![LoC](https://tokei.rs/b1/github/okex/exchain)](https://github.com/okex/exchain) +[![GolangCI](https://golangci.com/badges/github.com/okex/exchain.svg)](https://golangci.com/r/github.com/okex/exchain) This repository hosts `ExChain`, the implementation of the ExChain based on the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk).