From 12c636a8172fdb333e044b43975c65375792e768 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Mon, 16 Sep 2024 09:14:20 +1000 Subject: [PATCH] readme formatting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7c078f6..66c3513 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ These are all set in `get_party.sh`, not in crontab. Because we need most of the We need to include some secrets via environment values: -**channel** is the channel ID (`DISCORD_CHANNEL`) -**token** is the secret token for the webhook (`DISCORD_TOKEN`) -**cardiparty_ping** is the ID of the `@cardiParty ping` role (`DISCORD_CARDIPARTY_PING`) +* **channel** is the channel ID (`DISCORD_CHANNEL`) +* **token** is the secret token for the webhook (`DISCORD_TOKEN`) +* **cardiparty_ping** is the ID of the `@cardiParty ping` role (`DISCORD_CARDIPARTY_PING`) There are also a couple of other things we need to do: -**civicrm_settings** - set `CIVICRM_SETTINGS` so that `cv` can find it -**venv** - we need to activate the venv using `source ` +* **civicrm_settings** - set `CIVICRM_SETTINGS` so that `cv` can find it +* **venv** - we need to activate the venv using `source ` ## Cron job command