From 6487b5ba99445e3d0d9319393cedec9487e8a119 Mon Sep 17 00:00:00 2001 From: barrierye Date: Mon, 16 Mar 2020 13:46:25 +0800 Subject: [PATCH] Adjust the order of badges --- README.md | 6 +++--- README_CN.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 51b92999..eb778580 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@


+ + Build Status + Release Issues License Slack - - Build Status -

diff --git a/README_CN.md b/README_CN.md index ae4e84ee..995b6d0c 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,10 +1,10 @@ +[![Build Status](https://img.shields.io/travis/com/PaddlePaddle/Serving/develop)](https://travis-ci.com/PaddlePaddle/Serving) [![Release](https://img.shields.io/badge/Release-0.0.3-yellowgreen)](Release) [![Issues](https://img.shields.io/github/issues/PaddlePaddle/Serving)](Issues) [![License](https://img.shields.io/github/license/PaddlePaddle/Serving)](LICENSE) [![Slack](https://img.shields.io/badge/Join-Slack-green)](https://paddleserving.slack.com/archives/CU0PB4K35) -[![Build Status](https://img.shields.io/travis/com/PaddlePaddle/Serving/develop)](https://travis-ci.com/PaddlePaddle/Serving) ## 动机 Paddle Serving 帮助深度学习开发者轻易部署在线预测服务。 **本项目目标**: 只要你使用 [Paddle](https://github.com/PaddlePaddle/Paddle) 训练了一个深度神经网络,你就同时拥有了该模型的预测服务。 -- GitLab