diff options
| author | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2023-05-03 23:21:40 -0400 | 
|---|---|---|
| committer | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2023-05-03 23:21:40 -0400 | 
| commit | 6610ee7aec692cd5c913a2853f16d3f1030c19bf (patch) | |
| tree | 7eee0317cc64038492651655a2c79eb404fb9afd | |
| parent | 4941c8fbbdd79850955bcec0d9cd9823139e03b0 (diff) | |
fun with markdown
| -rw-r--r-- | part2/countrydata/README.md | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/part2/countrydata/README.md b/part2/countrydata/README.md index bea73cf..ceb8e8a 100644 --- a/part2/countrydata/README.md +++ b/part2/countrydata/README.md @@ -1,5 +1,7 @@  # Find my country  -Provides information on country's capital, area, langauges, and flag +Provides information on country's capital, area, langauges, and flag. Data is +pulled from https://restcountries.com/#endpoints-all via its REST API  # Example use   +<img src='./example_use.png' style='border-radius: 5px;'/> | 
