From d8a648a72ba76fae1c76fd1784b7a392ce19912d Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 13 Jun 2021 19:35:24 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd5b2752..61dc4979 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ Making a `choose` command: !factadd choose /code zsh _arr=($args); print $_arr[$((RANDOM % $#_arr + 1))] choose added to global channel. -Using the `choose` command via an [embedded command](doc/Commands.md#inline-invocation): +Using the `choose` command via an [inlined command](doc/Commands.md#inline-invocation): hmm, what should I have for dinner? !{choose chicken "roast beef" pizza meatloaf} pizza