From b7adedf5067a02db41e7616bfe79fd1670e3033a Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 21 Feb 2024 10:10:22 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ccd70d..b9051a5 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ Basic social features like identicons, replies, mentions, RSS subscriptions etc ## Protocol -KevaChat protocol following native Kevacoin's `key`/`value` model, where `key` - is the `timestamp@username` and `value` - is message. +KevaChat protocol following native Kevacoin's `key`/`value` model, where `key` optionally contain `@username` postfix and `value` - contain message. -All messages related to their room `namespace`. +All publications related to their room `namespace`. ## Examples