diff --git a/41.md b/41.md index 90859d95..8fb057ca 100644 --- a/41.md +++ b/41.md @@ -11,7 +11,7 @@ To create a poll, include a `poll` tag in the message event. with the following format: -```json +```text tag: poll options: - allow others to reply with one or multiple options @@ -39,7 +39,7 @@ options: To vote for a poll, you have to send an event kind `9`.\ The format of the event is the following: -```json +```text kind: 9 content: // Can be empty string tag: poll_r // for poll response