fix command names

This commit is contained in:
jonsequitur 2017-05-22 07:46:54 -07:00
parent 0ddccc2922
commit 628743a235

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