From bbc871a0595ace2d041ee393c1d1d051db51fd9f Mon Sep 17 00:00:00 2001 From: Qiao Longfei Date: Sun, 21 Jan 2018 22:54:58 +0800 Subject: [PATCH] add tag to readme.md (#195) --- README.cn.md | 5 +++++ README.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.cn.md b/README.cn.md index 1d4e846b..5ced6f86 100644 --- a/README.cn.md +++ b/README.cn.md @@ -1,3 +1,8 @@ +[![Build Status](https://travis-ci.org/PaddlePaddle/VisualDL.svg?branch=develop)](https://travis-ci.org/PaddlePaddle/VisualDL) +[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](https://github.com/PaddlePaddle/VisualDL/tree/develop/docs) +[![Release](https://img.shields.io/github/release/PaddlePaddle/VisualDL.svg)](https://github.com/PaddlePaddle/VisualDL/releases) +[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE) +

diff --git a/README.md b/README.md index bb066111..84cb4e9a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![Build Status](https://travis-ci.org/PaddlePaddle/VisualDL.svg?branch=develop)](https://travis-ci.org/PaddlePaddle/VisualDL) +[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](https://github.com/PaddlePaddle/VisualDL/tree/develop/docs) +[![Release](https://img.shields.io/github/release/PaddlePaddle/VisualDL.svg)](https://github.com/PaddlePaddle/VisualDL/releases) +[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE) +

-- GitLab