1 parent 733f6f0 commit b02dbd6Copy full SHA for b02dbd6
1 file changed
README.md
@@ -50,3 +50,10 @@ foreach (var country in countries)
50
Console.WriteLine("\nDetails for Afghanistan:");
51
var afghanistan = CountryProvider.GetCountry(CountryIdentifier.AfghanistanId);
52
Console.WriteLine($"Official Name: {afghanistan.OfficialName}, Capital: {afghanistan.Capital}");
53
+
54
+```
55
+## Contributors
56
57
+Thanks to the following people who have contributed to this project:
58
+- **Samuel Idam** [Deanology](https://github.com/deanology)
59
+- **Reagan Reuben** [ReaganDev](https://github.com/ReaganDev)
0 commit comments