From 103d7901e5917c29478a8451881fd685b9267f36 Mon Sep 17 00:00:00 2001 From: Dann Russell Molina Date: Mon, 15 Nov 2021 10:41:16 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8419ee2..144fca6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ List of countries in json format that includes country dial code, country abbrev ## Data Example ``` [ - { + { name: "Japan", dial_code: "+81", code: "JP", @@ -31,8 +31,7 @@ List of countries in json format that includes country dial code, country abbrev dial_code: "+7", code: "RU", flag: "🇷🇺" - }, - + }, ] ```