mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Update 01.md
smol language fix
This commit is contained in:
parent
e333b82583
commit
9c4f289a70
2
01.md
2
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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user