Skip to content

Commit 4d46191

Browse files
ammy001Ron Petrusha
authored and
Ron Petrusha
committed
Replaced semi colon with full stop (dotnet#421)
* Replaced semi colon with full stop * Update README.md * Update README.md
1 parent 41a76a4 commit 4d46191

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
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)