Skip to content

Commit

Permalink
84: fix markers example.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Nov 7, 2023
1 parent b128ad9 commit d85f926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 84.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ useful when highlighting non-nostr content for which the client might be able to
last value of the tag.

```json
[ "p", "...", "author" ],
[ "p", "...", "author" ],
[ "p", "...", "editor" ],
[ "p", "<pubkey-hex>", "<relay-url>", "author" ],
[ "p", "<pubkey-hex>", "<relay-url>", "author" ],
[ "p", "<pubkey-hex>", "<relay-url>", "editor" ],
```

### Context
Expand Down

0 comments on commit d85f926

Please sign in to comment.