diff options
| author | Kay <kehiiiiya@gmail.com> | 2024-12-26 22:13:22 +0000 |
|---|---|---|
| committer | Kay <kehiiiiya@gmail.com> | 2024-12-26 22:13:22 +0000 |
| commit | b88f716eef4feaf1d123562bf61bdb2aa47e6ac1 (patch) | |
| tree | 113dbce8cac3c2374b8f8261e1a01a18a491e173 | |
| parent | 2f3b68bb44fb96e828f61892b240d3cbe0b06790 (diff) | |
fix typo in nip-94.
| -rw-r--r-- | 94.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -10,7 +10,7 @@ The purpose of this NIP is to allow an organization and classification of shared | |||
| 10 | 10 | ||
| 11 | ## Event format | 11 | ## Event format |
| 12 | 12 | ||
| 13 | This NIP specifies the use of the `1063` event type, having in `content` a description of the file content, and a list of tags described below: | 13 | This NIP specifies the use of the `1063` event kind, having in `content` a description of the file content, and a list of tags described below: |
| 14 | 14 | ||
| 15 | * `url` the url to download the file | 15 | * `url` the url to download the file |
| 16 | * `m` a string indicating the data type of the file. The [MIME types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types) format must be used, and they should be lowercase. | 16 | * `m` a string indicating the data type of the file. The [MIME types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types) format must be used, and they should be lowercase. |