From f535b3646d057017de4af13f208c5a2ba5032dd8 Mon Sep 17 00:00:00 2001 From: Eric Dahlvang Date: Sat, 30 Mar 2019 12:06:46 -0700 Subject: [PATCH] Clear up language on v4 preview state and production recommendation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 842e07bac..35d658510 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ [![Build Status](https://travis-ci.org/Microsoft/botbuilder-java.svg?branch=master)](https://travis-ci.org/Microsoft/botbuilder-java) [![roadmap badge](https://img.shields.io/badge/visit%20the-roadmap-blue.svg)](https://github.com/Microsoft/botbuilder-java/wiki/Roadmap) -This repository contains code for the Java version of the [Microsoft Bot Builder V4 SDK](https://docs.microsoft.com/en-us/azure/bot-service/?view=azure-bot-service-4.0). The Bot Builder SDK v4 is the latest SDK for building bot applications. It is in **Preview** state and is being actively developed. -Production bots should continue to be developed using C# or Javascript with the [v3 SDK](https://github.com/Microsoft/BotBuilder/tree/master/CSharp). In addition to the Java Bot Builder V4 SDK, Bot Builder supports creating bots in other popular programming languages like [.Net SDK](https://github.com/Microsoft/botbuilder-dotnet), [JavaScript](https://github.com/Microsoft/botbuilder-js), and [Python](https://github.com/Microsoft/botbuilder-python). +This repository contains code for the Java version of the [Microsoft Bot Builder V4 SDK](https://docs.microsoft.com/en-us/azure/bot-service/?view=azure-bot-service-4.0). The Bot Builder SDK v4 is the latest SDK for building bot applications. This Java version is in **Preview** state and is being actively developed. + +In addition to the Java Bot Builder V4 SDK, Bot Builder supports creating bots in other popular programming languages like [.Net SDK](https://github.com/Microsoft/botbuilder-dotnet), [JavaScript](https://github.com/Microsoft/botbuilder-js), and [Python](https://github.com/Microsoft/botbuilder-python). Production bots should be developed using the JavaScript or .Net SDKs. To get started see the [Azure Bot Service Documentation](https://docs.microsoft.com/en-us/azure/bot-service/?view=azure-bot-service-4.0) for the v4 SDK.