From f99a9be4d032218f250a87d3e5c2fdbc60bcbe60 Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Fri, 2 Sep 2016 09:41:17 -0700 Subject: [PATCH] quick readme update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dfc5912ee..b037519abc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ASP.NET Core Basic Middleware Components ======== -This repo hosts a collection of basic middleware components for ASP.NET Core. +This repo hosts a collection of basic middleware components for ASP.NET Core. This includes Buffering, HTTP Overrides, and URL Rewriting. +The Rewrite middleware can import rules from IIS's UrlRewrite and Apache's mod_rewrite. This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.