diff --git a/data/countries/nepal.json b/data/countries/nepal.json index b1ff5d8..710f400 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":"Rupandehi", "cities":[] } ] } ] - } \ No newline at end of file + }