From 692ab436e6524b553563aa671a8410df6f3bec16 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 9 Jan 2020 17:13:10 -0800 Subject: [PATCH] README.md: minor edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 361797a9..dfc44ae2 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ PBot factoids include these advanced features: * advanced argument processing (indexing, splicing, etc) * special commands: `/say`, `/me`, `/msg`, `/code`, etc * advanced `$variable` interpolation (`$var:lc` to lowercase contents, `$var:ucfirst` to uppercase first letter, etc) -* factoid-based variable lists (e.g., add a factoid `$colors` containing "red green blue" and then `!echo $colors` will randomly pick one) +* factoid-based variable lists (e.g., add a factoid `colors` containing "red green blue" and then `!echo $colors` will randomly pick one) * changelog history * undo/redo history * and much, much more!