NIP-92: fix typo and nitpicks

This commit is contained in:
Asai Toshiya 2024-02-03 10:28:57 +09:00 committed by fiatjaf_
parent 5196ac196a
commit 6de5ee32f4

6
92.md
View File

@ -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.
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
@ -27,7 +27,7 @@ any field specified by [NIP 94](./94.md). There SHOULD be only one `imeta` tag p
"dim 3024x4032",
"alt A scenic photo overlooking the coast of Costa Rica",
"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"
]
]
@ -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
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.