From 282baa02b917c614070d99c84cb16fe151ecc518 Mon Sep 17 00:00:00 2001 From: MatMasIt <34745996+MatMasIt@users.noreply.github.com> Date: Mon, 15 Feb 2021 10:59:14 +0100 Subject: [PATCH] Formatted json --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d7381d8..67a4141 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ The file should be structured in this way #### Example ```JSON { -"title":"Title", -"author":"Author", -"message":"Lorem ipsum\ndolor sit amet", -"nkeys":2, -"unixcreated":1612619383 + "title": "Title", + "author": "Author", + "message": "Lorem ipsum\ndolor sit amet", + "nkeys": 2, + "unixcreated": 1612619383 } ``` #### Keys