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()) ```