Skip to content

Commit e8a2f09

Browse files
gewarrenmairaw
authored andcommitted
Update get-started-visual-studio.md (#6398)
1 parent 3d87892 commit e8a2f09

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/fsharp/get-started/get-started-visual-studio.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ It is in this function that we call the `square` function with an argument of `1
4141

4242
## Running your code
4343

44-
You can run the code and see results by pressing **ctrl-f5**. This will run the program without debugging and allows you to see the results. Alternatively, you can choose the **Debug** top-level menu item in Visual Studio and choose **Start Without Debugging**.
44+
You can run the code and see results by pressing **Ctrl**+**F5**. This runs the program without debugging and allows you to see the results. Alternatively, you can choose the **Debug** top-level menu item in Visual Studio and choose **Start Without Debugging**.
4545

4646
You should now see the following printed to the console window that Visual Studio popped up:
4747

@@ -56,7 +56,8 @@ Congratulations! You've created your first F# project in Visual Studio, written
5656
If you haven't already, check out the [Tour of F#](../tour.md), which covers some of the core features of the F# language. It will give you an overview of some of the capabilities of F#, and provide ample code samples that you can copy into Visual Studio and run. There are also some great external resources you can use, showcased in the [F# Guide](../index.md).
5757

5858
## See also
59-
[Tour of F#](../tour.md)
60-
[F# language reference](../language-reference/index.md)
61-
[Type inference](../language-reference/type-inference.md)
62-
[Symbol and operator reference](../language-reference/symbol-and-operator-reference/index.md)
59+
60+
- [Tour of F#](../tour.md)
61+
- [F# language reference](../language-reference/index.md)
62+
- [Type inference](../language-reference/type-inference.md)
63+
- [Symbol and operator reference](../language-reference/symbol-and-operator-reference/index.md)

0 commit comments

Comments
 (0)