From f9ad0d0fe1f974935c807d1754d3ce85c655c459 Mon Sep 17 00:00:00 2001 From: raman325 <7243222+raman325@users.noreply.github.com> Date: Mon, 15 Feb 2021 11:33:52 -0500 Subject: [PATCH] missed commit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 551b666d6..783e5abb6 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ interface { ## Client commands -### Start Listening for events +### Start listening to events ```ts interface { @@ -128,6 +128,10 @@ interface { } ``` +### Update the logging configuration + +> NOTE: You must provide at least one key/value pair as part of `config` + ```ts interface { messageId: string;