From df70156a32b46ec1f7fc12a9d5d817cfea0f4c06 Mon Sep 17 00:00:00 2001 From: Alfred Huang <57082212@qq.com> Date: Thu, 25 Jun 2020 19:32:10 +0800 Subject: [PATCH] Update README.md I think this is a typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c2a461..1311b41 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You are welcome to send your plugin to our contrib by creating a Pull Request! ```python from wechaty_plugin_contrib import DingDongPlugin -bot.use(DingDong()) +bot.use(DingDongPlugin()) ```