From b02dbd6837df18f2ed8be8ca302a75679ef1063b Mon Sep 17 00:00:00 2001 From: Raphael Anyanwu <53215747+selfmadecode@users.noreply.github.com> Date: Sat, 20 Dec 2025 09:00:29 +0100 Subject: [PATCH] Add contributors section to README Added a contributors section to acknowledge project contributors. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0fd68e7..afe8883 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,10 @@ foreach (var country in countries) Console.WriteLine("\nDetails for Afghanistan:"); var afghanistan = CountryProvider.GetCountry(CountryIdentifier.AfghanistanId); Console.WriteLine($"Official Name: {afghanistan.OfficialName}, Capital: {afghanistan.Capital}"); + +``` +## Contributors + +Thanks to the following people who have contributed to this project: +- **Samuel Idam** [Deanology](https://github.com/deanology) +- **Reagan Reuben** [ReaganDev](https://github.com/ReaganDev)