From 88d63f063b0d18ed3278192b9248c8fd18480e1b Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 13 Mar 2024 09:43:35 -0400 Subject: [PATCH] Asserts the .content must contain human-readable text. Co-authored-by: Michael J <37635304+buttercat1791@users.noreply.github.com> --- 10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10.md b/10.md index b996142f..a57c4cab 100644 --- a/10.md +++ b/10.md @@ -11,7 +11,7 @@ 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 a text. +The `.content` property contains some human-readable text. `e` and `p` tags can be used to define note threads, replies and mentions.