Merge pull request #6656 from jonsequitur/fix-command-names-in-dev-guide

fix command names
This commit is contained in:
Livar 2017-05-22 10:28:58 -07:00 committed by GitHub
commit 52a0addbd3

View file

@ -35,8 +35,8 @@ Using the `dotnet` built in the previous step:
1. `cd {new directory}`
2. `dotnet new`
3. `dotnet restore3`
4. `dotnet run3`
3. `dotnet restore`
4. `dotnet run`
## Running tests