Skip to content

Commit

Permalink
fix README content
Browse files Browse the repository at this point in the history
  • Loading branch information
JhontSouth committed May 15, 2024
1 parent 82aa86f commit f46294d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Once you created the LUIS model, update `appsettings.json` with your `LuisAppId`

[Bot Framework Emulator](https://github.com/microsoft/botframework-emulator) is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel.

- Install the Bot Framework Emulator version 4.22.0 or greater from [here](https://github.com/Microsoft/BotFramework-Emulator/releases)
- Install the latest v4 Bot Framework Emulator [here](https://github.com/Microsoft/BotFramework-Emulator/releases/latest)

### Connect to the bot using Bot Framework Emulator

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This bot has been created using [Bot Framework](https://dev.botframework.com), i

[Bot Framework Emulator](https://github.com/microsoft/botframework-emulator) is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel.

- Install the Bot Framework Emulator version 4.22.0 or greater from [here](https://github.com/Microsoft/BotFramework-Emulator/releases)
- Install the latest v4 Bot Framework Emulator [here](https://github.com/Microsoft/BotFramework-Emulator/releases/latest)

### Connect to the bot using Bot Framework Emulator

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This bot has been created using [Bot Framework](https://dev.botframework.com), i

[Bot Framework Emulator](https://github.com/microsoft/botframework-emulator) is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel.

- Install the Bot Framework Emulator version 4.22.0 or greater from [here](https://github.com/Microsoft/BotFramework-Emulator/releases)
- Install the latest v4 Bot Framework Emulator [here](https://github.com/Microsoft/BotFramework-Emulator/releases/latest)

### Connect to the bot using Bot Framework Emulator

Expand Down
2 changes: 1 addition & 1 deletion generators/dotnet-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The Empty Bot template is the minimal skeleton code for a bot. It provides a st


## Installation
1. Install [.NET Core SDK][4] version 8.0 or higher
1. Install [.NET Core SDK][60] version 8.0 or higher
```bash
# determine dotnet version
dotnet --version
Expand Down

0 comments on commit f46294d

Please sign in to comment.