From 1542106734aa8617758d28d30fbe18542b887f87 Mon Sep 17 00:00:00 2001 From: danroth27 Date: Mon, 12 May 2014 16:46:51 -0700 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..656815cd1a --- /dev/null +++ b/README.md @@ -0,0 +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. + +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.