chore: tweak readme

This commit is contained in:
Steven
2024-05-18 11:00:43 +08:00
parent 5cb8226775
commit ac2fbdb3f1

View File

@@ -20,8 +20,7 @@ SERVER_ADDR=dns:localhost:5230
BOT_TOKEN=your_telegram_bot_token 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 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).
](https://github.com/grpc/grpc/blob/master/doc/naming.md).
## Usage ## Usage