From ac2fbdb3f16c1e7a04109ebc36b4c2e4db658a71 Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 18 May 2024 11:00:43 +0800 Subject: [PATCH] chore: tweak readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d0df0b..81ef2da 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,7 @@ SERVER_ADDR=dns:localhost:5230 BOT_TOKEN=your_telegram_bot_token ``` -The `SERVER_ADDR` should be a gRPC server address that the Memos is running on. It follows the [gRPC Name Resolution -](https://github.com/grpc/grpc/blob/master/doc/naming.md). +The `SERVER_ADDR` should be a gRPC server address that the Memos is running on. It follows the [gRPC Name Resolution](https://github.com/grpc/grpc/blob/master/doc/naming.md). ## Usage