Skip to content

Commit

Permalink
Support for multiple capitals.
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'JacquesMarais/master'
# Conflicts:
#	countries.json
  • Loading branch information
blumk authored and mledoze committed Jan 21, 2018
1 parent 9db3407 commit d9e81cc
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 250 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This repository contains lists of world countries in JSON, CSV and XML. Each lin
- code International Olympic Committee (`cioc`)
- ISO 4217 currency code(s) (`currency`)
- calling code(s) (`callingCode`)
- capital city (`capital`)
- capital city(ies) (`capital`)
- alternative spellings (`altSpellings`)
- region
- subregion
Expand Down Expand Up @@ -68,7 +68,7 @@ GeoJSON outlines and flags in SVG format.
"cioc": "AUT",
"currency": ["EUR"],
"callingCode": ["43"],
"capital": "Vienna",
"capital": ["Vienna"],
"altSpellings": ["AT", "Osterreich", "Oesterreich"],
"region": "Europe",
"subregion": "Western Europe",
Expand Down
Loading

0 comments on commit d9e81cc

Please sign in to comment.