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