You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/csharp/tutorials/console-teleprompter.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ There are a lot of features in this tutorial. Let's build them one by one.
27
27
28
28
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:
29
29
30
-
```
30
+
```console
31
31
E:\development\VSprojects>mkdir teleprompter
32
32
E:\development\VSprojects>cd teleprompter
33
33
E:\development\VSprojects\teleprompter>dotnet new console
0 commit comments