Skip to content

Commit

Permalink
Fixing a typo
Browse files Browse the repository at this point in the history
Fixing a typo
  • Loading branch information
ahmedelnably authored Aug 4, 2017
1 parent ba1d0f9 commit 6f6adbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To complete this tutorial:
Start a new terminal session. Create a directory named `hellodotnetcore`, and change the current directory to it. Then type the following:

```
dotnew new web
dotnet new web
```

This command creates three files (*hellodotnetcore.csproj*, *Program.cs*, and *Startup.cs*) and one empty folder (*wwwroot/*) under the current directory. The content of `.csproj` file should look like the following:
Expand Down

0 comments on commit 6f6adbe

Please sign in to comment.