From dfcf91a313d354132a0dfa8e3a6098867fbf5ec7 Mon Sep 17 00:00:00 2001 From: TomPallister Date: Tue, 25 Oct 2016 22:09:10 +0100 Subject: [PATCH] Updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aaeea375..adc2d882 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ 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; }