From 7149155f62fbb91a044c4689cdbf6c350a38dedd Mon Sep 17 00:00:00 2001 From: "jeremy.shields" Date: Fri, 23 Nov 2018 07:03:06 -0800 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 60cc742..c0101c4 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,16 @@ Routes are in the routes.json file - file, sends file content - directory, sends files contents in directory as json ```json - [ - { - "filename": "file1", - "content": "CoolFile" - }, - { - "filename": "file2", - "content": "Nice content" - } - ] + [ + { + "filename": "file1", + "content": "CoolFile" + }, + { + "filename": "file2", + "content": "Nice content" + } + ] ``` - route - get, returns the content of the routing array as json -- 2.45.2