Skip to content

Commit 347c58d

Browse files
authored
Update README.md
1 parent bf542bc commit 347c58d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ To install C# on VSC press `CMD+SHIFT+X`(for mac) and search for C#
2525

2626
Click on Install (if you haven't yet)
2727

28-
2928
Repeat for the `NuGet Package Manager`
3029

3130
[TOP](#table-of-contents)
@@ -60,8 +59,8 @@ Now, in VSC, open the folder you just created
6059
[TOP](#table-of-contents)
6160

6261
## Create Project from VSC
63-
###### ***The `.NET Install Tool`, `C#` and `C# Dev Kit` extensions are required***
64-
***
62+
##### ***The `.NET Install Tool`, `C# Dev Kit` extensions are required***
63+
6564
By `.NET Install Tool` you can open the Command Palette and select `.NET:New Project...` and then MSTest Test Project and provide Name and Location for the new project. This will create a new project and directory that uses MSTest as the test libray and configure the test runner (UnitTest1.cs)
6665

6766
`C# Dev Kit` will generate shortcuts (the green play button) on the left side of the class and method definition. You can run the target test cases, selecting the green play button. You can also right-click on it to see more options (like `Debug Test`)

0 commit comments

Comments
 (0)