Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 628743a

Browse files
committed
fix command names
1 parent 0ddccc2 commit 628743a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/project-docs/developer-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Using the `dotnet` built in the previous step:
3535

3636
1. `cd {new directory}`
3737
2. `dotnet new`
38-
3. `dotnet restore3`
39-
4. `dotnet run3`
38+
3. `dotnet restore`
39+
4. `dotnet run`
4040

4141
## Running tests
4242

0 commit comments

Comments
 (0)