mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-12 15:09:07 -05:00
fix typo
This commit is contained in:
parent
7316506d97
commit
3b50d3d721
6
66.md
6
66.md
|
@ -55,13 +55,13 @@ The tags should be used to represent the Relay's abilities and meta at a point i
|
|||
```json
|
||||
["events", "502341"], //tagEvents[]
|
||||
```
|
||||
10. `"users" == tagUsers[0]` Relay IP. `tagUsers[]` **may** be included in the `event.tags[]` array. `tagUsers[1]` **must** be string. There **should** be no more than **one (1)** `tagUsers[]`
|
||||
10. `"users" == tagUsers[0]` Number of users on relay. `tagUsers[]` **may** be included in the `event.tags[]` array. `tagUsers[1]` **must** be string. There **should** be no more than **one (1)** `tagUsers[]`
|
||||
```json
|
||||
["users","37482"] //tagUsers[]
|
||||
```
|
||||
|
||||
|
||||
Example with Minimum Requirements:
|
||||
Example with Minimum Requirements, "Relay is online"
|
||||
```json
|
||||
{
|
||||
"id": "<eventid>",
|
||||
|
@ -76,7 +76,7 @@ Example with Minimum Requirements:
|
|||
}
|
||||
```
|
||||
|
||||
Example with all Tags:
|
||||
Example with all Tags, "Relay is online and here's some data"
|
||||
```json
|
||||
{
|
||||
"id": "<eventid>",
|
||||
|
|
Loading…
Reference in New Issue
Block a user