Skip to content

Commit cb706e8

Browse files
committed
update README
1 parent e3cf820 commit cb706e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Send a webhook or notification when someone from an Advent of Code leaderboard solves a puzzle.
44

5-
This can be very useful to track the progress of a group of friends, or co-workers on Discord,
6-
Telegram, Slack, etc.
5+
This can be very useful to track the progress of a group of friends/co-workers on Discord,
6+
Telegram, Slack, etc. It makes the challenge more engaging and competitive.
77

88
![Example discord notification](https://user-images.githubusercontent.com/5692603/100946056-738cae80-34fa-11eb-833f-645b8ea2e116.png)
99

@@ -42,8 +42,8 @@ $ docker run \
4242
-e ADVENT_OF_CODE_SESSION_ID="your advent of code session id" \
4343
-e ADVENT_OF_CODE_LEADERBOARD_ID="numeric leaderboard id" \
4444
-e CACHE_FILE="/cache/cache.json" \
45-
-v "$(pwd)/cache/:/cache/" \
4645
# (Same optional env vars, see below)
46+
-v "$(pwd)/cache/:/cache/" \
4747
ghcr.io/tofran/advent-of-code-leaderboard-notifier
4848
```
4949

@@ -83,7 +83,7 @@ Defaults to `Day {day}: {member} solved {part_emoji} after {after}`. Supported k
8383
#### - `NOTIFICATION_2_PATTERN` (optional)
8484

8585
Defaults to the current value of `NOTIFICATION_PATTERN`.
86-
Overrides the notification text for the 2dn puzzle only.
86+
Overrides the notification text for the 2nd puzzle only.
8787
Example: `{member} solved the 🎉🍾 SECOND 🎄💥 part of day {day}!!!`
8888

8989
#### - `NOTIFICATION_PATTERN_EMOJIS` (optional)

0 commit comments

Comments
 (0)