Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs/content/adapters/official/teams.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-teams/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down