From 43795182a74edb785f28bb6ce21372b9ccf93759 Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 12 May 2014 18:30:24 -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..15f1b5fd9a --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +StaticFiles +=========== + +This repo contains middleware for handling requests for file system resources including files and directories. + +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.