diff --git a/challenge_2/README.md b/challenge_2/README.md index 7681409..d691ec3 100644 --- a/challenge_2/README.md +++ b/challenge_2/README.md @@ -1,7 +1,7 @@ # Challenge 2 ## Instructions -Using the scripting language or tools of your choice - Please provide a solution to create a CSV file containing a **full list** of countries obtained from the [REST Countries API](https://restcountries.eu) containing the following fields - +Using the scripting language or tools of your choice - Please provide a solution to create a CSV file containing a **full list** of countries obtained from the [REST Countries API](https://restcountries.com/) containing the following fields - | Country Name | Capital City | Region | Population Size | Number of Currencies | Number of Languages | | --- | --- | --- | --- | --- | --- | @@ -17,4 +17,4 @@ For bonus points output to the console as many of the following statistics as po Please host your solution as a **private** repository and invite your interviewer as a collaborator. -Any runtime dependencies should be specified. \ No newline at end of file +Any runtime dependencies should be specified.