Corrected spring-echo README.md instructions due to jar name change.

This commit is contained in:
Tracy Boehrer 2019-08-15 13:07:34 -05:00
Родитель ec35f6c9c4
Коммит 1ff8e11da2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 ## To try this sample locally
- From the root of this project folder: - From the root of this project folder:
- Build the sample using `mvn package` - 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 - Test the bot using Bot Framework Emulator