From 88cd4573a6a068c310701432748aa14a381dbbca Mon Sep 17 00:00:00 2001 From: simpman4 <43805562+simpman4@users.noreply.github.com> Date: Thu, 4 Oct 2018 11:37:25 +1000 Subject: [PATCH] Added a "." to the end of ln. 41 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 455609d051..ee29eb6fc4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Prerequisites: git submodule update --init --recursive -The Blazor repository uses the same set of build tools as the other ASP.NET Core projects. The [developer documentation](https://github.com/aspnet/Home/wiki/Building-from-source) for building is the authoritative guide. **Please read this document and check your PATH setup if you have trouble building or using Visual Studio** +The Blazor repository uses the same set of build tools as the other ASP.NET Core projects. The [developer documentation](https://github.com/aspnet/Home/wiki/Building-from-source) for building is the authoritative guide. **Please read this document and check your PATH setup if you have trouble building or using Visual Studio.** To build at the command line, run `build.cmd` or `build.sh` from the solution directory.