From 00f1b42288269fed2e3101d5e296a20e01dd8012 Mon Sep 17 00:00:00 2001 From: kaichaosun Date: Fri, 9 Jan 2026 10:13:28 +0800 Subject: [PATCH] chore: update doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccba49f..1262c1a 100644 --- a/README.md +++ b/README.md @@ -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,