Skip to content

Commit 80eaa7f

Browse files
authored
Merge pull request #103 from selfmadecode/selfmadecode-patch-2
Add contributors section to README
2 parents 733f6f0 + b02dbd6 commit 80eaa7f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,10 @@ foreach (var country in countries)
5050
Console.WriteLine("\nDetails for Afghanistan:");
5151
var afghanistan = CountryProvider.GetCountry(CountryIdentifier.AfghanistanId);
5252
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

Comments
 (0)