diff options
| author | Lux <135403604+Spl0itable@users.noreply.github.com> | 2024-09-22 19:17:39 +0930 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-22 06:47:39 -0300 |
| commit | 4e73e94d417f16fa3451e58ef921cb3b512c6f8e (patch) | |
| tree | f53646f5e88b0e2a2ff65d02b01a116c63ca71ce | |
| parent | d82f68aa2ea37324b7d185954cc530a17db45e93 (diff) | |
fix typo on nip96 (#1511)
Fixing typo
| -rw-r--r-- | 96.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -143,7 +143,7 @@ The upload response is a json object as follows: | |||
| 143 | // and, optionally, all file metadata the server wants to make available | 143 | // and, optionally, all file metadata the server wants to make available |
| 144 | // | 144 | // |
| 145 | // nip94_event field is absent if unsuccessful upload | 145 | // nip94_event field is absent if unsuccessful upload |
| 146 | "nip94_event2": { | 146 | "nip94_event": { |
| 147 | // Required tags: "url" and "ox" | 147 | // Required tags: "url" and "ox" |
| 148 | "tags": [ | 148 | "tags": [ |
| 149 | // Can be same from /.well-known/nostr/nip96.json's "download_url" field | 149 | // Can be same from /.well-known/nostr/nip96.json's "download_url" field |