Add a ',' between the 'id' and 'pubkey' elements in the JSON event in 01.md.

This commit is contained in:
Memory-of-Snow 2023-06-12 17:46:01 +09:00 committed by fiatjaf_
parent 2e842b496a
commit 2b34e9f417

2
01.md
View File

@ -16,7 +16,7 @@ The only object type that exists is the `event`, which has the following format
```json
{
"id": <32-bytes lowercase hex-encoded sha256 of the serialized event data>
"id": <32-bytes lowercase hex-encoded sha256 of the serialized event data>,
"pubkey": <32-bytes lowercase hex-encoded public key of the event creator>,
"created_at": <unix timestamp in seconds>,
"kind": <integer>,