diff --git a/README.md b/README.md index 51b92999b509c0f0c02dd06528bea0cc3abeb8a6..eb7785801977e37853664c9ca41081cab0b537cc 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@
diff --git a/README_CN.md b/README_CN.md index ae4e84ee31182f7c6319b62404c983cfea3142b9..995b6d0c66a39eae8302209f538ae43385f673f8 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) 训练了一个深度神经网络,你就同时拥有了该模型的预测服务。