From dd532a6039e6cfc786ce54d3f2ac057360109751 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw)" <3293172751nss@gmail.com> Date: Thu, 11 May 2023 00:52:15 +0800 Subject: [PATCH] feat: readme add shields Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f32a391ca..913e47dfa 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,15 @@ A+ good first - - +

## What is Open-IM-Server -> **Note** -> English | [中文](./README_zh.md) +> **Note** 🔍 +> English [中文](./README_zh.md) Instant messaging server. Backend in pure Golang, wire transport protocol is JSON over websocket. Everything is a message in Open-IM-Server, so you can extend custom messages easily, there is no need to modify the server code.