From a2d447c056ef8b109801e55b100f1c326ddf2243 Mon Sep 17 00:00:00 2001 From: AardCrowley <12467582+AardCrowley@users.noreply.github.com> Date: Tue, 18 Aug 2020 11:18:32 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5af1e55..6924d42 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ If you're wanting to add new triggers, locate the 'triggerLines' portion, and ad ```lua -{name = "<name of your trigger>", match = "<the trigger pattern to match>", message = "<text you want sent>"}, +{name = "", match = ";", message = ""}, ```