diff --git a/apps/docs/content/adapters/official/teams.mdx b/apps/docs/content/adapters/official/teams.mdx index 84f8e527..efbd79a0 100644 --- a/apps/docs/content/adapters/official/teams.mdx +++ b/apps/docs/content/adapters/official/teams.mdx @@ -133,7 +133,7 @@ The [Teams CLI](https://microsoft.github.io/teams-sdk/cli) handles AAD app regis ### Install the CLI ```bash -npm install -g @microsoft/teams.cli@preview +npm install -g @microsoft/teams.cli ``` ### 1. Create the app diff --git a/packages/adapter-teams/README.md b/packages/adapter-teams/README.md index ad6eaa63..7a4cb182 100644 --- a/packages/adapter-teams/README.md +++ b/packages/adapter-teams/README.md @@ -38,7 +38,7 @@ bot.onNewMention(async (thread, message) => { The [Teams CLI](https://microsoft.github.io/teams-sdk/cli) handles AAD app registration, client secret generation, bot registration, and Teams channel setup in one command. ```bash -npm install -g @microsoft/teams.cli@preview +npm install -g @microsoft/teams.cli ``` ### 1. Create the app