From 45ee94d0d3078c9b114005a3e7bd15b990264d0a Mon Sep 17 00:00:00 2001 From: Shivakumarchai <79252067+Shivakumarchai@users.noreply.github.com> Date: Thu, 20 Oct 2022 16:36:04 +0530 Subject: [PATCH] Update nepal.json --- data/countries/nepal.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/countries/nepal.json b/data/countries/nepal.json index b1ff5d8..3aa0765 100644 --- a/data/countries/nepal.json +++ b/data/countries/nepal.json @@ -1,17 +1,17 @@ { "country":"Nepal", - "capital":"", - "currency":"", + "capital":"Kathmandu", + "currency":"NPR", "states":[ { - "name":"", - "capital":"", + "name":"Lumbini Province", + "capital":"Butwal", "districts":[ { - "name":"", + "name":"Ruapndehi", "cities":[] } ] } ] - } \ No newline at end of file + }