From 1ff8e11da229d8dcd3ef19f87adbfeb3dcb9d43f Mon Sep 17 00:00:00 2001 From: Tracy Boehrer Date: Thu, 15 Aug 2019 13:07:34 -0500 Subject: [PATCH] Corrected spring-echo README.md instructions due to jar name change. --- samples/spring-echo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/spring-echo/README.md b/samples/spring-echo/README.md index c46553f5..d7f747d9 100644 --- a/samples/spring-echo/README.md +++ b/samples/spring-echo/README.md @@ -13,7 +13,7 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p ## To try this sample locally - From the root of this project folder: - Build the sample using `mvn package` - - Run it by using `java -jar .\target\springechobot-sample.jar` + - Run it by using `java -jar .\target\bot-spring-echo-sample.jar` - Test the bot using Bot Framework Emulator