From 9c4f289a703541880a774f4a34ee505915406180 Mon Sep 17 00:00:00 2001 From: Arman The Parman <77603167+ArmanTheParman@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:55:02 +1000 Subject: [PATCH] Update 01.md smol language fix --- 01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01.md b/01.md index f8864f87..f026a16a 100644 --- a/01.md +++ b/01.md @@ -71,7 +71,7 @@ Each tag is an array of one or more strings, with some conventions around them. } ``` -The first element of the tag array is referred to as the tag _name_ or _key_, the second as the tag _value_, but the third and subsequent elements names depend on the type of tag. From the example above, the tag with the name `a` is set to the value `"30023:f7234bd4c1394dda46d09f35bd384dd30cc552ad5541990f98844fb06676e9ca:abcd"`, and has a third tag element with the value `"wss://nostr.example.com"`. +The first element of the tag array is referred to as the tag _name_ or _key_, the second as the tag _value_, and the third and subsequent element names depend on the type of tag. From the example above, the tag with the name `a` is set to the value `"30023:f7234bd4c1394dda46d09f35bd384dd30cc552ad5541990f98844fb06676e9ca:abcd"`, and has a third tag element with the value `"wss://nostr.example.com"`. This NIP defines 3 standard tags that can be used across all event kinds with the same meaning. They are as follows: