Skip to content

Commit 9581335

Browse files
Update docs/csharp/tutorials/console-teleprompter.md
Co-authored-by: David Pine <[email protected]>
1 parent fa377de commit 9581335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/tutorials/console-teleprompter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ There are a lot of features in this tutorial. Let's build them one by one.
2727

2828
The first step is to create a new application. Open a command prompt and create a new directory for your application. Make that the current directory. Type the command `dotnet new console` at the command prompt. For example:
2929

30-
```
30+
```console
3131
E:\development\VSprojects>mkdir teleprompter
3232
E:\development\VSprojects>cd teleprompter
3333
E:\development\VSprojects\teleprompter>dotnet new console

0 commit comments

Comments
 (0)