From c4e7a539fa5a1020d06b59a6586749bbab1bfef5 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Sun, 5 Apr 2015 14:38:58 -0700 Subject: [PATCH] Fix README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8ae0e01df..a225f88842 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ Razor > Travis: [![Travis](https://travis-ci.org/aspnet/Razor.svg?branch=dev)](https://travis-ci.org/aspnet/Razor) -The Razor syntax provide a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content. This repo contains the parser and the C# code generator for the Razor syntax. +The Razor syntax provides a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content. This repo contains the parser and the C# code generator for the Razor syntax. This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the [Home](https://www.github.com/aspnet/home) repo.