From ef4ccdc1d4889c3b85e8bb4457990826fce18952 Mon Sep 17 00:00:00 2001 From: John K Date: Sat, 9 Dec 2017 06:49:52 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ead6c89..8c89fd0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # .NET Template Samples This repository contains samples of templates created using the [Template Engine](https://github.com/dotnet/templating/). Custom templates can be -used from `dotnet new` today. We are working on integrating these templates into Visaul Studio as well. +used from `dotnet new` today. We are working on integrating these templates into Visual Studio as well. For more general info on `dotnet new`, and the Template Engine, see the following. - [Announcing .NET Core Tools 1.0](https://blogs.msdn.microsoft.com/dotnet/2017/03/07/announcing-net-core-tools-1-0/) @@ -27,4 +27,4 @@ You should take a look at these related projects: - [Template Engine](https://github.com/dotnet/templating/) - [.NET Core](https://github.com/dotnet/core) - [ASP.NET](https://github.com/aspnet) -- [Mono](https://github.com/mono) \ No newline at end of file +- [Mono](https://github.com/mono)