From c4f7b68c4706f4165f5250171b34968a237cbc5b Mon Sep 17 00:00:00 2001 From: Isac Byeonghoon Yoo Date: Wed, 20 Dec 2023 18:16:55 +0900 Subject: [PATCH] docs: update usage Signed-off-by: Isac Byeonghoon Yoo --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index 7eb3e37..bd29712 100644 --- a/example/README.md +++ b/example/README.md @@ -7,7 +7,7 @@ ## Usage This will create a math tutor AI. -You can make a query on any integrated channel, like this: ``@PlugBear "I need to solve the equation `3x + 11 = 14`. Can you help me?"``. +You can make a query on any integrated channel, like this: ``@PlugBear I need to solve the equation `3x + 11 = 14`. Can you help me?``. ```shell docker build . -t plugbear-python-sdk-example