chore: update doc

This commit is contained in:
kaichaosun 2026-01-09 10:13:28 +08:00
parent ea7ef83898
commit 00f1b42288
No known key found for this signature in database
GPG Key ID: 223E0F992F4F03BF

View File

@ -1,6 +1,6 @@
# Chat Protobuf Definitionss
This repository contains the canonical **protobuf definitions** for the WAP (Waku Application Protocol) used by LibChat and related components.
This repository contains the canonical **protobuf definitions** for the logoschat (Logos Chat Protocol) used by LibChat and related components.
It is **schema-only**:
- No application logic
@ -51,7 +51,7 @@ chat-proto = { git = "https://github.com/logos-messaging/chat_proto" }
Example import:
```
use chat_proto::wap::{
use chat_proto::logoschat::{
inbox::InboxV1Frame,
invite::InvitePrivateV1,
encryption::EncryptedPayload,