From dc86529fb84a69cd572091cbb6eb7928e03a3b8c Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Thu, 22 Sep 2022 10:29:30 -0700 Subject: [PATCH] Add some more examples to README Signed-off-by: Alek Ratzloff --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f563a16..32fa888 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,14 @@ they are added as-needed. `${random 6}` => `4` -`${choose a b c d}` => `d` +`${random 90 100} bottles of beer on the wall` => `96 bottles of beer on the wall` + +`${choose heads tails}` => `heads` `${round 6.4}` => `6` +`${round ${random}}` => `0` + ## Available macros * `random [X [Y]]` - chooses a random number. If no arguments are supplied, chooses a random number