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
3bd4457997
commit
1a154dc1c8
2
59.md
2
59.md
|
@ -41,7 +41,7 @@ The tags should be used to represent the Relay's abilities and meta at a point i
|
|||
```json
|
||||
["s", "true"] //tagSsl[]
|
||||
```
|
||||
6. `"t" == tagTopic[0]` Topics relavant to the relay. `tagTopic[]` **may** be included in the `event.tags[]` array. `tagTopic[1]` **should** be string
|
||||
6. `"t" == tagTopic[0]` Topics relevant to the relay. `tagTopic[]` **may** be included in the `event.tags[]` array. `tagTopic[1]` **should** be string
|
||||
```json
|
||||
["t", "bitcoin"] //tagTopic[]
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user