Skip to content

Commit b02dbd6

Browse files
authored
Add contributors section to README
Added a contributors section to acknowledge project contributors.
1 parent 733f6f0 commit b02dbd6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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)