mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
NIP-92: fix typo and nitpicks
This commit is contained in:
parent
5196ac196a
commit
6de5ee32f4
6
92.md
6
92.md
|
@ -10,7 +10,7 @@ Media attachments (images, videos, and other files) may be added to events by in
|
||||||
|
|
||||||
The `imeta` tag is variadic, and each entry is a space-delimited key/value pair.
|
The `imeta` tag is variadic, and each entry is a space-delimited key/value pair.
|
||||||
Each `imeta` tag MUST have a `url`, and at least one other field. `imeta` may include
|
Each `imeta` tag MUST have a `url`, and at least one other field. `imeta` may include
|
||||||
any field specified by [NIP 94](./94.md). There SHOULD be only one `imeta` tag per url.
|
any field specified by [NIP 94](./94.md). There SHOULD be only one `imeta` tag per URL.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ any field specified by [NIP 94](./94.md). There SHOULD be only one `imeta` tag p
|
||||||
"dim 3024x4032",
|
"dim 3024x4032",
|
||||||
"alt A scenic photo overlooking the coast of Costa Rica",
|
"alt A scenic photo overlooking the coast of Costa Rica",
|
||||||
"x <sha256 hash as specified in NIP 94>",
|
"x <sha256 hash as specified in NIP 94>",
|
||||||
"fallback https://nostrcheck.me/alt1.jpg"
|
"fallback https://nostrcheck.me/alt1.jpg",
|
||||||
"fallback https://void.cat/alt1.jpg"
|
"fallback https://void.cat/alt1.jpg"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@ -39,5 +39,5 @@ any field specified by [NIP 94](./94.md). There SHOULD be only one `imeta` tag p
|
||||||
When uploading files during a new post, clients MAY include this metadata
|
When uploading files during a new post, clients MAY include this metadata
|
||||||
after the file is uploaded and included in the post.
|
after the file is uploaded and included in the post.
|
||||||
|
|
||||||
When pasting urls during post composition, the client MAY download the file
|
When pasting URLs during post composition, the client MAY download the file
|
||||||
and add this metadata before the post is sent.
|
and add this metadata before the post is sent.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user