Skip to content

Commit c0d512b

Browse files
authored
Update README.md
1 parent 73b15b9 commit c0d512b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ On a bot side we can implement any business logic we want.
3030

3131
## Starting a sample project
3232
1. Go to a folder and edit appsettings.json this way:
33-
`
33+
```
3434
{
3535
"Logging": {
3636
"LogLevel": {
@@ -47,7 +47,7 @@ On a bot side we can implement any business logic we want.
4747
"AllowedHosts": "*"
4848
}
4949
50-
`
50+
```
5151
2. Start a sample bot project at Samples\TelegramMessagingSample. Run run_standalone.sh.
5252
3. After the first run of a bot-project(Samples\TelegramMessagingSample in pour case), you should find Data\botId file with a generated botId
5353
4. Copy a generated *botId* into a clipboard

0 commit comments

Comments
 (0)