From 2445c143389e6ae3a4c6ec60eb2804df65b18211 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Thu, 19 Oct 2023 12:53:55 +0300 Subject: [PATCH] fix: typos --- 107.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/107.md b/107.md index 2cdcf25..5d745b6 100644 --- a/107.md +++ b/107.md @@ -31,7 +31,7 @@ The `device` can also push data such as sensor readings and updates. ## `User` OR `device` registering/updating a `user` OR `device` -A merchant can publish these events: +A `device` or a `user` can publish these event kinds: | Kind | | Description | NIP | |---------|------------------|---------------------------------------------------------------------------------------------------------------|-----------------------------------------| | `4 ` | `direct_message` | Communicate between `device`(s) and `user`(s). The messages can be plain-text or JSON. | [NIP04](https://github.com/nostr-protocol/nips/blob/master/04.md) |