From 7b9db69f87766dd32649ff14c00d9db7f977fd16 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw)" <3293172751nss@gmail.com> Date: Thu, 11 May 2023 01:09:39 +0800 Subject: [PATCH] feat: good frist issue readme Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3a0bb438..daf430313 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

A+ -good first +good first @@ -17,7 +17,7 @@ ## What is Open-IM-Server > **Note** 🔍 -> English [中文](./README_zh.md) +> 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.