From efbde9f1babeb12ea7ed25cc90e2280d6d09c6dc Mon Sep 17 00:00:00 2001 From: Dong Daxiang <35550832+guru4elephant@users.noreply.github.com> Date: Sat, 22 Feb 2020 13:21:31 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5e8df24a..a32962cf 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ An easy-to-use Machine Learning Model Inference Service Deployment Tool [![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) [中文](./doc/README_CN.md) @@ -66,6 +67,9 @@ print(fetch_map) [Compile from source code(Chinese)](doc/COMPILE.md) +## Join Community +To connect with other users and contributors, welcome to join our [Slack channel](https://paddleserving.slack.com/archives/CUBPKHKMJ) + ## Contribution If you want to contribute code to Paddle Serving, please reference [Contribution Guidelines](doc/CONTRIBUTE.md) -- GitLab