From d0118ea4a351a6aedc940ed22da405da69511d39 Mon Sep 17 00:00:00 2001 From: TomPallister Date: Sun, 5 Mar 2017 17:43:13 +0000 Subject: [PATCH] updated readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3eed3593..f037bf52 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,6 @@ and retrieved as the requests goes back up the Ocelot pipeline. There is a piece 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. -## Contributing - -Pull requests, issues and commentary welcome! No special process just create a request and get in -touch either via gitter or create an issue. - ## How to install Ocelot is designed to work with ASP.NET core only and is currently @@ -48,12 +43,18 @@ All versions can be found [here](https://www.nuget.org/packages/Ocelot/) ## Documentation -Please click [here](https://github.com/TomPallister/Ocelot/wiki) for the Ocleot documentation. +Please click [here](https://github.com/TomPallister/Ocelot/wiki) for the Ocleot documentation. This includes lots of information and will be helpful if you want to understand the features Ocelot currently offers. ## Coming up You can see what we are working on [here](https://github.com/TomPallister/Ocelot/projects/1) +## Contributing + +Pull requests, issues and commentary welcome! No special process just create a request and get in +touch either via gitter or create an issue. + + ## Things that are currently annoying me + The ReRoute configuration object is too large.