From 4ad8accbc0f0b2e5b710d1f6897571b27aa23b6b Mon Sep 17 00:00:00 2001 From: Philip Wood Date: Wed, 15 Feb 2017 20:30:35 +0000 Subject: [PATCH] grr! I always miss something... --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6fcf10f4..57faf26f 100644 --- a/README.md +++ b/README.md @@ -130,10 +130,10 @@ Ocelot's describes the routing of one request to another as a ReRoute. In order anything working in Ocelot you need to set up a ReRoute in the configuration. ```json - { - "ReRoutes": [ - ] - } +{ + "ReRoutes": [ + ] +} ``` In order to set up a ReRoute you need to add one to the json array called ReRoutes like