From fea1c2e646e1c3dcdbd819b3600aaf556e8004ba Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 12 May 2014 17:49:16 -0700 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..01d352f91b --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +ASP.NET DiagnosticsPages +================ + +Port of Microsoft.Owin.Diagnostics middleware. + +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://github.com/aspnet/home) repo.