Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb authored Dec 10, 2020
1 parent 38e9490 commit c27dee0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,18 +236,18 @@ resulting in:


Note: All country profiles always use the original wikipedia
page name - most of the time that's the name you kind of expected BUT
page name - most of the time that's the name you kind of expect BUT
beware of some "outliers" with qualifiers (e.g. (country))
or with official names (e.g. Republic of ...) or even island collectives with commas (,) e.g.:


| Dataset | Page |
|----------|---------|
| `Austria.json` | => [Austria](https://en.wikipedia.org/wiki/Austria) |
| `Belgium.json` | => [Belgium](https://en.wikipedia.org/wiki/Belgium) |
| `Georgia_(country).json` | => [Georgia (country)](https://en.wikipedia.org/wiki/Georgia_(country)) |
| `Republic_of_Ireland.json` | => [Republic of Ireland](https://en.wikipedia.org/wiki/Republic_of_Ireland) |
| `Archipelago_of_San_Andrés,_Providencia_and_Santa_Catalina.json` | => [Archipelago of San Andrés, Providencia and Santa Catalina](https://en.wikipedia.org/wiki/Archipelago_of_San_Andrés,_Providencia_and_Santa_Catalina) |
| Page | Dataset |
|----------|-----------|
| [Austria](https://en.wikipedia.org/wiki/Austria) | => `Austria.json` |
| [Belgium](https://en.wikipedia.org/wiki/Belgium) | => `Belgium.json` |
| [Georgia (country)](https://en.wikipedia.org/wiki/Georgia_(country)) | => `Georgia_(country).json` |
| [Republic of Ireland](https://en.wikipedia.org/wiki/Republic_of_Ireland) | => `Republic_of_Ireland.json` |
| [Archipelago of San Andrés, Providencia and Santa Catalina](https://en.wikipedia.org/wiki/Archipelago_of_San_Andrés,_Providencia_and_Santa_Catalina) | => `Archipelago_of_San_Andrés,_Providencia_and_Santa_Catalina.json` |

and so on.

Expand Down

0 comments on commit c27dee0

Please sign in to comment.