From 77ab2fd9c026f87bfc57826d544cb77656424b76 Mon Sep 17 00:00:00 2001 From: Eric Zhao Date: Fri, 10 Feb 2023 21:01:37 +0800 Subject: [PATCH] doc: Update README.md Signed-off-by: Eric Zhao --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fd58aa49..ee327d33 100755 --- a/README.md +++ b/README.md @@ -158,6 +158,12 @@ Contributions are always welcomed! Please refer to [CONTRIBUTING](./CONTRIBUTING You can start with the issues labeled with [`good first issue`](https://github.com/alibaba/Sentinel/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). +## Enterprise Service + +If you need Sentinel enterprise service support (Sentinel 企业版), or purchase cloud product services, +you can join the discussion by the DingTalk group (34754806). It can also be directly activated +and used through the [microservice engine (MSE 微服务引擎) provided by Alibaba Cloud](https://cn.aliyun.com/product/aliware/mse?spm=sentinel-github.index.0.0.0). + ## Credits Thanks [Guava](https://github.com/google/guava), which provides some inspiration on rate limiting.