From d21d9614a8073ff01ed8e54ac169c961474b1a36 Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Fri, 9 Jul 2021 12:58:38 +0000 Subject: [PATCH] Use space for indentation --- README.md | 82 +++++++++++++++++++++++++++---------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index 3ecb14e..76408d9 100644 --- a/README.md +++ b/README.md @@ -26,46 +26,46 @@ Here's a example that you may modify to your needs. ```json { - "route": [ - "fdaa:bbcc:ddee::/48": { - "description": "My home network", - "device": [ - "router": { - "description": "My custom router running BIRD", - "address": "fdaa:bbcc:ddee::1" - }, - "mail": { - "description": "Electronic mail endpoint", - "address": "fdaa:bbcc:ddee::5", - "service": [ - { - "type": "smtp", - "endpoint": [ - { "port": 25 } - ] - }, - { - "description": "Super-secret authentication gateway", - "type": "kerberos", - "endpoint": [ - { "port": 89 } - ] - }, - { - "type": "imap", - "endpoint": [ - { "port": 143 } - ] - } - ] - } - ] - }, - "fdcc:ba11:b00b::/48": { - "device": [ - "router": "fdcc:ba11:b00b::1" - ] - } - ] + "route": [ + "fdaa:bbcc:ddee::/48": { + "description": "My home network", + "device": [ + "router": { + "description": "My custom router running BIRD", + "address": "fdaa:bbcc:ddee::1" + }, + "mail": { + "description": "Electronic mail endpoint", + "address": "fdaa:bbcc:ddee::5", + "service": [ + { + "type": "smtp", + "endpoint": [ + { "port": 25 } + ] + }, + { + "description": "Super-secret authentication gateway", + "type": "kerberos", + "endpoint": [ + { "port": 89 } + ] + }, + { + "type": "imap", + "endpoint": [ + { "port": 143 } + ] + } + ] + } + ] + }, + "fdcc:ba11:b00b::/48": { + "device": [ + "router": "fdcc:ba11:b00b::1" + ] + } + ] } ```