From a639cab50f43719d3bad768c4bf201e992674eb6 Mon Sep 17 00:00:00 2001 From: Martyn Jones Date: Sat, 17 Feb 2018 20:17:17 +0000 Subject: [PATCH] Fixing build instructions in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8e3d613a9..cbe9a873d8 100644 --- a/README.md +++ b/README.md @@ -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