From c79ffe0a1c9d0ca86a7e7e1a1c746ad4edf8352a Mon Sep 17 00:00:00 2001
From: Vitor Pamplona <vitor@vitorpamplona.com>
Date: Fri, 7 Feb 2025 10:55:24 -0500
Subject: [PATCH] Clearly informs that kind 1 replies can only be used with
 kind 1 events. (#1690)

---
 10.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/10.md b/10.md
index 064e56a0..1aefb227 100644
--- a/10.md
+++ b/10.md
@@ -10,8 +10,6 @@ This NIP defines `kind:1` as a simple plaintext note.
 
 ## Abstract
 
-This NIP describes how to use "e" and "p" tags in text events, especially those that are replies to other text events. It helps clients thread the replies into a tree rooted at the original event.
-
 The `.content` property contains some human-readable text. 
 
 `e` and `p` tags can be used to define note threads, replies and mentions. 
@@ -19,6 +17,9 @@ The `.content` property contains some human-readable text.
 Markup languages such as markdown and HTML SHOULD NOT be used. 
 
 ## Marked "e" tags (PREFERRED)
+
+Kind 1 events with `e` tags are replies to other kind 1 events. Kind 1 replies MUST NOT be used to reply to other kinds, use [NIP-22](22.md) instead. 
+
 `["e", <event-id>, <relay-url>, <marker>, <pubkey>]`
 
 Where: