Fixing build instructions in readme

This commit is contained in:
Martyn Jones 2018-02-17 20:17:17 +00:00 committed by Daniel Roth
parent 7df9e0420d
commit a639cab50f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Prerequisites:
- [.NET Core SDK](https://dot.net/core) (>2.1.4)
- [Node.js](https://nodejs.org/) (>8.3)
Run `dotnet build` from the solution directory.
Run `dotnet build Blazor.sln` from the solution directory.
## Run tests