From 75a27787c66654129d44ac86f4280e7948a0d57d Mon Sep 17 00:00:00 2001 From: danroth27 Date: Mon, 12 May 2014 16:49:33 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 656815cd1a..adecc8e080 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Razor ===== -The Razor syntax provide a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content. +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. This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the [Home](https://www.github.com/aspnet/home) repo.