From f1f9f4a54e31e7dd7d7dffbb0290e40ae3dcd3db Mon Sep 17 00:00:00 2001 From: Atman Date: Tue, 7 May 2019 08:25:38 +0530 Subject: [PATCH] Format json in reame (#877) Format json file in AdministrationApi ReadMe --- samples/AdministrationApi/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/samples/AdministrationApi/README.md b/samples/AdministrationApi/README.md index 4477bf9b..36ed2a67 100644 --- a/samples/AdministrationApi/README.md +++ b/samples/AdministrationApi/README.md @@ -1,3 +1,4 @@ +```json { "reRoutes": [ { @@ -89,4 +90,5 @@ "useProxy": true } } -} \ No newline at end of file +} +```