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" + ] + } + ] } ```