From f180ac88509edf5a22981796e453332a8466c3b7 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 2 Jan 2020 21:01:21 -0800 Subject: [PATCH] QuickStart: fix typo --- doc/QuickStart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/QuickStart.md b/doc/QuickStart.md index edac44fc..9ca36b98 100644 --- a/doc/QuickStart.md +++ b/doc/QuickStart.md @@ -261,7 +261,7 @@ That should get you started. For further information about PBot, check out these ### Commands PBot has several core built-in commands. You've seen some of them in this document, -for setting up channels and admins. Additional commands can be added to PBot though +for setting up channels and admins. Additional commands can be added to PBot through Plugins and Factoids. ### Factoids @@ -277,7 +277,7 @@ At its most simple, factoids merely output the text the creator sets. PBot, hello Hello, pragma-! -Significantly more complex factoids can be created with `$variables`, command-substitution, +Significantly more complex factoids can be built by using `$variables`, command-substitution, command-piping, `/code` invocation, and more! ### Modules