fix minor typo on nip-01

pull/67/head
Vincent Liao 2022-01-26 14:10:45 +07:00 zatwierdzone przez fiatjaf
rodzic 9b29745245
commit bf8bf03033
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -39,7 +39,7 @@ To obtain the `event.id`, we `sha256` the serialized event. The serialization is
<created_at, as a number>,
<kind, as a number>,
<tags, as an array of arrays>,
<content>, as a string
<content, as a string>
]
```