From 75f4f4e9ac9524a8b487b412d35f93477d06cb77 Mon Sep 17 00:00:00 2001 From: Tom Pallister Date: Wed, 1 Nov 2017 17:03:12 +0000 Subject: [PATCH] +semver: breaking --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e362353..6f7c7ed3 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The response from the downstream service is stored in a per request scoped repos and retrieved as the requests goes back up the Ocelot pipeline. There is a piece of middleware that maps the HttpResponseMessage onto the HttpResponse object and that is returned to the client. That is basically it with a bunch of other features. - + ## How to install Ocelot is designed to work with ASP.NET core only and is currently