We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 733f6f0 + b02dbd6 commit 80eaa7fCopy full SHA for 80eaa7f
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