Updated readme

This commit is contained in:
TomPallister 2016-10-25 22:08:42 +01:00
parent 3429386ff0
commit 78004bab00

View File

@ -36,7 +36,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. 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; } public IConfigurationRoot Configuration { get; }
@ -72,7 +71,6 @@ An example startup using a yaml file for configuration can be seen below. Curren
app.UseOcelot(); app.UseOcelot();
} }
} }
` `
An example configuration can be found [here](https://github.com/TomPallister/Ocelot/blob/develop/test/Ocelot.ManualTest/configuration.yaml) An example configuration can be found [here](https://github.com/TomPallister/Ocelot/blob/develop/test/Ocelot.ManualTest/configuration.yaml)