Skip to content

Commit 7632a75

Browse files
author
Ron Petrusha
authored
Merge pull request #453 from dotnet/master
Update Live with current Master
2 parents 536b699 + 4d46191 commit 7632a75

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Snippets are extracted from small programs that include the snippet. Snippets ar
2828
You build any .NET Core snippet or sample using the .NET Core CLI, which can be installed with [the .NET Core SDK](https://www.microsoft.com/net/download). Then, execute
2929
these commands from the CLI in the directory of any sample:
3030

31-
```
31+
```console
3232
dotnet build
3333
dotnet run
3434
```
@@ -88,17 +88,18 @@ To create a sample:
8888
To build and run your sample:
8989

9090

91-
1. Go to the sample folder and Build to check for errors.
91+
1. Go to the sample folder and build to check for errors:
9292

93-
```
93+
```console
9494
dotnet build
9595
```
96-
2. Run!
96+
2. Run your sample:
9797

98-
```
98+
```console
9999
dotnet run
100100
```
101101

102-
3. Add a readme.md to the root directory of your sample.
103-
- This should include a brief description of the code, and refer people to the article that references the sample.
102+
3. Add a readme.md to the root directory of your sample.
103+
104+
This should include a brief description of the code, and refer people to the article that references the sample.
104105

0 commit comments

Comments
 (0)