diff --git a/README.md b/README.md index 2e652f16..7a7bd595 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ 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 class Startup { public IConfigurationRoot Configuration { get; } @@ -71,6 +72,7 @@ public class Startup app.UseOcelot(); } } + ` An example configuration can be found [here](https://github.com/TomPallister/Ocelot/blob/develop/test/Ocelot.ManualTest/configuration.yaml)