From cdecd85e9ea9001eb796791d9e977c0cdaa087b1 Mon Sep 17 00:00:00 2001 From: Kamran Iqbal <29185255+Kaiqb@users.noreply.github.com> Date: Mon, 21 Oct 2019 13:27:19 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c1e0ded..56137e9 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,10 @@ The Bot Framework SDK v4 is an [open source SDK][1a] that enable developers to m -### Bot Framework SDK (GA v4.6) -- Microsoft Teams support | [docs][00] | [C# sample][00] | [JS sample][00] :: Bot Framework SDK v4.6 adds native support for building Teams bots so that you don't have to install Teams extensions. Teams allows users to bring bots into their channel or group chat conversations. By adding a bot to a team or chat, all users of the conversation can take advantage of the bot functionality right in the conversation. +### Microsoft Teams support (GA) +- Bot Framework SDK v4.6 adds native support for building Teams bots so that you don't have to install Teams extensions. Teams allows users to bring bots into their channel or group chat conversations. By adding a bot to a team or chat, all users of the conversation can take advantage of the bot functionality right in the conversation. [docs][00] | [C# sample][00] | [JS sample][00] -### The Bot Framework SDK (Preview) +### Bot Framework Composer (Preview) - [Bot Framework Composer][00] :: Bot Framework Composer is an integrated development tool for developers and multi-disciplinary team of professional conversation designers for building bots and other types of conversational software with the Microsoft Bot Framework technology stack. Within this web-based tool, you'll find everything you need to build a modern, state-of-the-art conversational experience. - [Adaptive Dialog][47] | [docs][48] | [C# samples][49] :: Adaptive Dialogs enable developers to build conversations that can be dynamically changed as the conversation progresses.