diff --git a/packages/bot-kit-pro/README.md b/packages/bot-kit-pro/README.md index 757ca30..65f7539 100644 --- a/packages/bot-kit-pro/README.md +++ b/packages/bot-kit-pro/README.md @@ -29,7 +29,7 @@ Bot state management is handled by the framework. The state of each bot and conv Here is a minimal example of using bot-kit-pro in your application: ```yarn -yarn install @xmtp/bot-kit-pro +yarn add @xmtp/bot-kit-pro ``` ```ts