From 2e3a0e8521891293a768cff2cd1a4d7f99badd31 Mon Sep 17 00:00:00 2001 From: TomPallister Date: Tue, 25 Oct 2016 22:09:38 +0100 Subject: [PATCH] Updated readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index adc2d882..d6a861fc 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,6 @@ All versions can be found [here](https://www.nuget.org/packages/Ocelot/) An example startup using a yaml file for configuration can be seen below. Currently this is the only way to get configuration into Ocelot. -` - public class Startup { public IConfigurationRoot Configuration { get; } @@ -72,7 +70,7 @@ An example startup using a yaml file for configuration can be seen below. Curren app.UseOcelot(); } } -` + An example configuration can be found [here](https://github.com/TomPallister/Ocelot/blob/develop/test/Ocelot.ManualTest/configuration.yaml)