From bd90c36986723bdfa65f5a3f124ba7da2ecb87f4 Mon Sep 17 00:00:00 2001 From: trick77 Date: Wed, 8 Dec 2021 16:37:26 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07d5a57d3..85fa6db91 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ The subnet lists (IPv4 + IPv6 combined) are available in JSON format as well: ```$ curl https://raw.githubusercontent.com/ipverse/rir-ip/master/country/tl/aggregated.json``` The resulting JSON will look similar to this: -```{ +``` +{ "country": "Timor-Leste", "countryCode": "TL", "delegationStatus": [ @@ -60,4 +61,5 @@ The resulting JSON will look similar to this: "2407:f2c0::/32" ] } -}``` +} +```