mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 08:55:52 -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
|
```json
|
||||||
["s", "true"] //tagSsl[]
|
["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
|
```json
|
||||||
["t", "bitcoin"] //tagTopic[]
|
["t", "bitcoin"] //tagTopic[]
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user