Skip to content

Commit

Permalink
docs: poll usage
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed May 3, 2024
1 parent 22ca35b commit 2069fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ For example, to send a poll for the summer holiday destination, allowing
participants to select 2 items, use:

```shell
npx mudslide@latest send-poll [email protected] 'Summer holiday destination' --item ':flag_fr: France' --item ':flag_es: Spain' --item ':flag_it: Italy' --item ':flag_ch: Switzerland' --selectable 2
npx mudslide@latest send-poll [email protected] 'Summer holiday destination' --item 'France' --item 'Spain' --item 'Italy' --item 'Switzerland' --selectable 2
```

Or to send a quick poll to check who's going training on Friday:
Expand Down

0 comments on commit 2069fa5

Please sign in to comment.