From ab023a375d6f4d5cf9a29fa7ae9499bdcaa57445 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Tue, 17 Apr 2018 16:14:29 -0700 Subject: [PATCH] Fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36dad022e0..ee96a9f7ad 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To get started with Blazor and build your first Blazor web app check out our [ge Prerequisites: - [Node.js](https://nodejs.org/) (>8.3) -The Blazor repository uses the same set of build tools as the other ASP.NET Core projects. The [developer documention](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.